]> git.mxchange.org Git - friendica.git/blob - view/templates/follow_slap.tpl
fix account_type
[friendica.git] / view / templates / follow_slap.tpl
1
2         <entry>
3                 <author>
4                         <name>{{$name}}</name>
5                         <uri>{{$profile_page}}</uri>
6                         <link rel="photo"  type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}" />
7                         <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}" />
8                 </author>
9
10                 <id>{{$item_id}}</id>
11                 <title>{{$title}}</title>
12                 <published>{{$published}}</published>
13                 <content type="{{$type}}" >{{$content}}</content>
14
15                 <as:actor>
16                 <as:object-type>http://activitystrea.ms/schema/1.0/person</as:object-type>
17                 <id>{{$profile_page}}</id>
18                 <title></title>
19                 <link rel="avatar" type="image/jpeg" media:width="175" media:height="175" href="{{$photo}}"/>
20                 <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="{{$thumb}}"/>
21                 <poco:preferredUsername>{{$nick}}</poco:preferredUsername>
22                 <poco:displayName>{{$name}}</poco:displayName>
23                 </as:actor>
24                 <as:verb>{{$verb}}</as:verb>
25                 {{$ostat_follow}}
26         </entry>