This repository was archived by the owner on Mar 1, 2024. It is now read-only.
wp-plugins/wp-social-integration
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== WP Social Integration === Contributors: mitsol Tags: facebook login, wordpress, meta tags, plugins, open graph, twitter cards, metadata, social HTML, CSS, PHP, social login, wordpress social, facebook, facebook plugins, facebook newsfeed, facebook home Requires at least: 3.5 Tested up to: 4.2 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP social integration brings login by facebook, adds basic & opengraph metadata, facebook news feed, facebook social plugins anywhere in page == Description == Following are the details of all features of this all in one social plugin, **[click here](http://wordpress.techhelpsource.com/wp-social-integration/)** to see pro version demo = Login by facebook(pro) : = Facebook login button along with login form are shown anywhere in page using shortcode, First time user can connect their facebook account with existing account or creating new account to login by facebook next time on one click, everything is done using ajax, there are settings to show/hide login form parts. = Basic, Open graph & twitter card(pro) meta tags: = Open Graph meta tags are required to describe your page to facebook, twitter and other social media. By WSI plugin you can easily add title, description, image, and other information which are shown anywhere in facebook when your page is liked, shared, or commented on. This ensures your branding and social presence & it is must needed to present your content efficiently across social medias like FB, twitter, google+...It also adds twitter meta tags separately(you need to enable twitter cards for your website in twitter.com to display these content).It also adds basic metadata(description, keywords..). Provides efficient, out-of-the-box search engine optimization (SEO) on a web site powered by WordPress. It adds metadata in the following ways - * plugin injects metadata tab at the bottom of any post edit page admin side so that you can set title, description, keywords, full meta tags, news keywords meta tags for the post(pro) * you can set front page description and keywords from setting page which will be added in different types of front page meta tags * Automatic addition of the blog's tagline in the description metatag, automatic addition of the blog's categories in the keywords metatag. * Automatic addition of an auto-generated excerpt of the post's or page's content in the description meta tag. If a post has a user-defined excerpt, then this is what is used. * Also there are different ways to set description and keywords meta tag data from different data source for other pages like Attachments, custom post types, Category-based Archives , tag-based Archives, Author-based Archives * It injects all these metadata for all kinds of pages - single post/page, static front page, default front page, static home page, author page, attachment page etc. * It adds required FB & twitter username/profile url input box per user so that those user relaed open graph & twitter card metadata are added when available(pro) * It's possible to add site-wide meta tags from setting and post edit page in admin side so that you never miss any metadata(pro) * You can add news keywords too, some other required meta tags are added automatically(pro) * It generates detailed metadata for the media that have been attached to the content. Considers all the media you manage in the WordPress media library(pro) **WSI allows filtering of the generated metatags and also of some core functionality through filters. This way advanced customization of the plugin is possible. The available filters are:** * wp_scintg_metadata_head - applied to all metatags that have been generated by WSI. The hooked function should accept and return one argument - an array of meta tags * wp_scintg_basic_metadata_head - applied to the basic metatags (description, keywords, etc) which were generated by WSI * wp_scintg_opengraph_metadata_head - applied to the OpenGraph metatags that have been generated by WSI (pro) * wp_scintg_twitter_cards_metadata_head - applied to the twitter cards metatags that have been generated by WSI (pro) You can see if open graph meta tags injected right or not and how it look like by submitting and checking any of your page url here - https://developers.facebook.com/tools/debug/ = Facebook home page news feed: = You can display your facebook home page news feed using shortcode. It will show your and your friends' statuses and posts from pages/groups you follow in facebook. It can show huge number of posts if you are following lots of pages/groups and have good number of friends else you may see less posts. Pro version includes photo/video posts, header, comments, others = Social plugins(facebook): = You can add facebook social plugins like like button, follow button, send button by putting WSI social shortcodes with different parameters written in the documentation anywhere in post, page, widget, templates...pro version includes - comments, share button, embed any FB post. == Installation == 1. Install the wp social integration either via the WordPress plugin directory, or by uploading the files to your web server (in the `/wp-content/plugins/` directory). 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Navigate to the 'wp social integration' settings page to configure different social feature settings. 4. Use shortcode like `[wp_social_integration_feed_short_code]` in your page, post or widget to display feed, see login and other shortcodes in setting page 5. if there is any confusion in running/installing the plugin, contact immediately and view doc, problems will be solved == Frequently Asked Questions == For a full documentation with FAQs and help with troubleshooting please visit the **[Documentation](http://extensions.techhelpsource.com/wp_social_integration_documentation.html)** Furhermore, if there is any confusion in running the plugin, contact immediately and view documentation, problems will be solved = What is Access Token and how to get it to display facebook news feed? = Access Token is required by Facebook in order to access their feeds. It's easy to get one. Just follow the step-by-step instructions [here in the doc](http://extensions.techhelpsource.com/wp_social_integration_documentation.html "Facebook home page news feed"). = Can my users login by facebook using FB login button? = Yes you can do by this pro version feature using shortcode. First time user can connect their facebook account with existing account or creating new account to login by facebook next time on one click, everything is done using ajax, there are settings to show/hide login form parts. = Can I show photos and videos in my Facebook home page news feed? = This free plugin only allows you to display textual updates from your Facebook news feed. To display photos,videos,formatted links in your feed you need to upgrade to the Pro version of the plugin. View demo of the Pro version on the [mitsol wp demo website](http://wordpress.techhelpsource.com/wp-social-integration/ "facebook news feed Demo"), and find out more about Pro version [here](http://extensions.techhelpsource.com/wordpress/wordpress-social-integration-pro "Facebook Wall Feed Pro"). = Can i add my own meta tags per post/page? = Yes in pro version a section is added with all required meta tag inputs like title, description, keywords in post/page edit panel admin side so that you can add those tag data per post/page = How do I embed the wp social integration features directly into a WordPress page template? = You can embed FB login button, Facebook news feed and others directly into a template file by using the WordPress do_shortcode function like : `do_shortcode('[wp_social_integration_feed_short_code]');`. == Screenshots == 1. This pic shows meta tag settings 2. FB home page news feed settings 3. Login by FB settings 4. author meta data inputs per user 5. meta tag input section per post/page edit panel == Changelog == = 1.0 = * Launch!