Description
DW Social Feed plugin is a plugin which allows user to get content automatically from popular Social media sites( Facebook, Twitter, Youtube, Vimeo, Instagram, Flickr ) or RSS Feed. After that, these contents will be stored as posts in specific categories. You can choose category, author, posttype for these contents. Setup time-based job scheduler in import feed content for all or each social feed. Also Support multi profiles/usernames for each social feed
Facebook: Providing a Facebook page name where module will get content from, and the mapped category where Facebook post will be stored into.
E.g: https://www.facebook.com/feeds/page.php?id=123144964369587&format=json
Twitter: Providing a Twitter query string (E.g: by specific account <strong>from:joomlart</strong>, by hashtag <strong>#joomlart</strong>, by mention <strong>@joomlart</strong>). See https://dev.twitter.com/docs/api/1/get/search.
Youtube: Providing a Youtube author name
E.g http://gdata.youtube.com/feeds/api/videos?max-results=20&alt=json&format=5&author=joomlart
Vimeo: Providing a Vimeo Username and account type
E.g http://vimeo.com/api/v2/[Account type]/[Username]/videos.json
Instagram: Providing Instagram what was used for getting images from
E.g: http://widget.stagram.com/rss/n/[username]
Flickr: Providing a Flickr ID: <br />(E.g: <strong>58736703@N00</strong> ).
E.g http://api.flickr.com/services/feeds/photos_public.gne?format=php_serial&id=58736703@N00
RSS: Providing a rss link
E.g http://feeds.feedburner.com/joomlart/blog
Installation
- Upload
dw social feed
package to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add new profile for social media sites what are used for getting content
- Setup time-based job scheduler for all or each social feed then save option. (You can choose
run now
for start cron job immediately )
FAQ
- What is cron?
-
Cron is the time-based job scheduler in Unix-like computer operating systems. Cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates
Reviews
There are no reviews for this plugin.
Contributors & Developers
“DW Social Feed” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “DW 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
1.0.7
- Update Instagram Feed ( Using Instagam API with Client ID requirement )
- Improve title of feed
1.0.1
- Remove bugs.
1.0
- Initial version of this plugin.