Plugin Directory

Changeset 384618


Ignore:
Timestamp:
05/13/2011 10:31:30 PM (15 years ago)
Author:
darko84
Message:

1.4

Location:
facebook-like-and-send-2-in-1/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-like-and-send-2-in-1/trunk/facebook-like-and-send.php

    r383356 r384618  
    44Plugin URI: http://www.darkomitrovic.com/wp-plugin/facebook-like-and-send-button/
    55Description: Add the Facebook Like and Send Button to your wordpress. Very simple configuration.
    6 Version: 1.3
     6Version: 1.4
    77Author: Darko Mitrovic
    88Author URI: http://www.darkomitrovic.com/
     
    3232    <meta property="og:type" content="article" />
    3333    <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" />
    3437    <!--Facebook Open Graph Tags-->
    3538<?php
     
    6871            <!--
    6972              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});
    7174              };
    7275              (function() {
     
    9093            <script>
    9194              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});
    9396              };
    9497              (function() {
     
    110113            <script>
    111114              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});
    113116              };
    114117              (function() {
  • facebook-like-and-send-2-in-1/trunk/readme.txt

    r383360 r384618  
    55Requires at least: 3.0
    66Tested up to: 3.1.2
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88
    99Add the Facebook Like and Send Button to your wordpress. Very simple configuration.
     
    1919
    2020Visit plugin site:
    21 
    2221http://www.darkomitrovic.com/wp-plugin/facebook-like-and-send-button/
    2322
     
    109108== Changelog ==
    110109
     110= 1.4 =
     111* Added new meta tag fb:app_id, fb:admins, fb:page_id.
     112
    111113= 1.3 =
    112114* Added JavaScript SDK (now showing Send button).
Note: See TracChangeset for help on using the changeset viewer.