Changeset 384618
- Timestamp:
- 05/13/2011 10:31:30 PM (15 years ago)
- Location:
- facebook-like-and-send-2-in-1/trunk
- Files:
-
- 2 edited
-
facebook-like-and-send.php (modified) (5 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-like-and-send-2-in-1/trunk/facebook-like-and-send.php
r383356 r384618 4 4 Plugin URI: http://www.darkomitrovic.com/wp-plugin/facebook-like-and-send-button/ 5 5 Description: Add the Facebook Like and Send Button to your wordpress. Very simple configuration. 6 Version: 1. 36 Version: 1.4 7 7 Author: Darko Mitrovic 8 8 Author URI: http://www.darkomitrovic.com/ … … 32 32 <meta property="og:type" content="article" /> 33 33 <meta property="og:site_name" content="<?php bloginfo('name') ?>" /> 34 <meta property="fb:app_id" content="224955984185367" /> 35 <meta property="fb:admins" content="1144531016" /> 36 <meta property="fb:page_id" content="171688222886705" /> 34 37 <!--Facebook Open Graph Tags--> 35 38 <?php … … 68 71 <!-- 69 72 window.fbAsyncInit = function() { 70 FB.init({appId: " 1144531016", status: true, cookie: true, xfbml: true});73 FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true}); 71 74 }; 72 75 (function() { … … 90 93 <script> 91 94 window.fbAsyncInit = function() { 92 FB.init({appId: " 1144531016", status: true, cookie: true, xfbml: true});95 FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true}); 93 96 }; 94 97 (function() { … … 110 113 <script> 111 114 window.fbAsyncInit = function() { 112 FB.init({appId: " 1144531016", status: true, cookie: true, xfbml: true});115 FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true}); 113 116 }; 114 117 (function() { -
facebook-like-and-send-2-in-1/trunk/readme.txt
r383360 r384618 5 5 Requires at least: 3.0 6 6 Tested up to: 3.1.2 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 9 9 Add the Facebook Like and Send Button to your wordpress. Very simple configuration. … … 19 19 20 20 Visit plugin site: 21 22 21 http://www.darkomitrovic.com/wp-plugin/facebook-like-and-send-button/ 23 22 … … 109 108 == Changelog == 110 109 110 = 1.4 = 111 * Added new meta tag fb:app_id, fb:admins, fb:page_id. 112 111 113 = 1.3 = 112 114 * Added JavaScript SDK (now showing Send button).
Note: See TracChangeset
for help on using the changeset viewer.