twitter-tools-og-hook
Tools
Open Source
PHP
WordPress
=== Twitter Tools OG Hook === Tags: twitter, widget, plugin, Facebook Contributors: shukitchan Requires at least: 2.9 Tested up to: 3.0.1 Stable tag: 0.1 Twitter Tools OG Hook is a plugin that works with Twitter Tools and allows you to post update stream for your web page through the Facebook open graph protocol for the blog post you created. == Details == [Twitter Tools](http://wordpress.org/extend/plugins/twitter-tools/) is an excellent plugin for posting notifications of new blog posts to [Twitter](http://twitter.com/). This plugin allows you to extend that and post those notifications to the stream of your page as well through the Facebook open graph protocol. **Requirements** * [Twitter Tools](http://wordpress.org/extend/plugins/twitter-tools/) be installed and activated * PHP 5.2.0 or newer * WordPress 2.9 or newer == Installation == 1. Download the plugin archive and expand it (you've likely already done this). 2. Put the 'twitter-tools-og-hook' directory into your wp-content/plugins/ directory. 3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for Twitter Tools - Open Graph Hook 4. Follow the instructions [here](http://developers.facebook.com/docs/opengraph/) to turn your page into Facebook open graph objects. Make sure you associate your page with a Facebook application using the "fb:app_id" meta tag. 5. Obtain the page url, facebook app ID and facebook app secret of your page. Go to the Twitter Tools Options page (Settings > Twitter Tools) to set up your Twitter Tools Open Graph Hook by filling those information. == Frequently Asked Questions == = It's not working! = * Did you install [Twitter Tools](http://wordpress.org/extend/plugins/twitter-tools/) first? * Did you make sure to fill in your page URL, facebook app ID and secret on Twitter Tools plugin's settings page on Open Graph Hook section? == Changelog == = 0.1 = * First Release