Description
This plugin will fetch feed from social network and display it using simple shortcode. There is also aggregated feed from several social networks.
You can build your own feed template using several template variables and shortcodes in admin panel.
Please note… This plugin is still โwork in progressโ. I’m using it on several projects, but it is still not 100% ready.
Also, there is one โstartingโ template, but without CSS styles… You will need to customize it before use. On the other hand, you have full control over template a display style.
shortcodes
aggregated
[lssf facebook=โDobryAndelโ twitter=โLadaSoukupโ gplus=โ101145411178741720361″ items=6]
[lssf_twitter id=โLadaSoukupโ items=4]
[lssf_facebook id=โDobryAndelโ items=2]
Google+
[lssf_gplus id=โ101145411178741720361″ items=2]
Translatable
All text can be translated using standart language files, text domain is: โls_social_feedโ.
Included translations:
English, Czech
Installation
- Upload to the
/wp-content/plugins/
directory - Activate the plugin through the โPluginsโ menu in WordPress
- Feed is now updated, you should check it
- Now, please, open admin panel (Settings => LS Social Feed) and fill your Facebook App settings (App Id and App Secret), and your Google+ API key
- Update feed template and custom CSS
Reviews
There are no reviews for this plugin.
Contributors & Developers
“LS Social Feed” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “LS Social Feed” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
= 0.6.1
– %%meta_author%% fix
– items with empty content are ignored (until proper fix for FB API inconsistency is done)
0.6
- template tags tweaks
- better data handling
- getting ready for future functions
0.5.6
- template tag shortcode added – [isempty]
0.5.5
- renamed %%feed_url%% => %%item_url%%
- addedd %%debug%%
0.5.4
- truncate shortcode
0.5.3
- template tags shortcode [isset]
0.5.2
- editable template
0.5
- first beta version