Plugin Directory

Changeset 2314167


Ignore:
Timestamp:
05/29/2020 06:04:32 AM (6 years ago)
Author:
arrowplugins
Message:

new version 2.2.5 tagged (facebook feed)

Location:
wp-facebook-feed
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • wp-facebook-feed/tags/2.2.5/facebook-feed-by-arrowplugins.php

    r2147153 r2314167  
    66Author: Arrow Plugins
    77Author URI: https://www.arrowplugins.com
    8 Version: 2.2.4
     8Version: 2.2.5
    99License: GplV2
    10 Copyright: 2019 Arrow Plugins
     10Copyright: 2020 Arrow Plugins
    1111*/
    1212
  • wp-facebook-feed/tags/2.2.5/includes/fbfba-settings-page.php

    r2152740 r2314167  
    597597    if(fragment.length>0)
    598598    {
    599                   $("#fbwait").css("display", "block");
     599                  jQuery("#fbwait").css("display", "block");
    600600
    601601        var tokenArray = fragment.split("&");
     
    649649                                    });
    650650                                     
    651                                     $("#sfbap_access_token_pages").html('<p id="tokeninfo">Click on a page in the list below and it will add the <strong>Page ID</strong> and <strong>Access Token</strong> automatically, then click Publish or Update button to save settings.</p>'+html);
    652                                     $('#sfbap_access_token_pages').css({"border-color": "#dadada",
     651                                    jQuery("#sfbap_access_token_pages").html('<p id="tokeninfo">Click on a page in the list below and it will add the <strong>Page ID</strong> and <strong>Access Token</strong> automatically, then click Publish or Update button to save settings.</p>'+html);
     652                                    jQuery('#sfbap_access_token_pages').css({"border-color": "#dadada",
    653653                                                                       "border-width":"1px",
    654654                                                                       "border-style":"solid"});
    655                                     var y = $(window).scrollTop();  //your current y position on the page
    656                                     $(window).scrollTop(y+80); 
    657                                     $("#fbwait").css("display", "none");
     655                                    var y = jQuery(window).scrollTop();  //your current y position on the page
     656                                    jQuery(window).scrollTop(y+80); 
     657                                    jQuery("#fbwait").css("display", "none");
    658658
    659659                                  }
     
    672672    function set_never_expire_token(element){
    673673
    674         var username = $(element).attr("name");
     674        var username = jQuery(element).attr("name");
    675675
    676676        if(username == "undefined") username = "";;
    677         $("#fbfba_facebook_access_token").val($(element).attr("id"));
    678         $("#fbfba_show_photos_from_id_value").val(username);
    679         $('#sfbap_access_token_pages .fbpagetoken').removeClass('fbpagetokenactive');
    680         $(element).addClass('fbpagetokenactive');
    681         $('#fbfba_facebook_access_token').addClass('tokengeneratedappearance');
    682         $('#fbfba_show_photos_from_id_value').addClass('tokengeneratedappearance');
     677        jQuery("#fbfba_facebook_access_token").val(jQuery(element).attr("id"));
     678        jQuery("#fbfba_show_photos_from_id_value").val(username);
     679        jQuery('#sfbap_access_token_pages .fbpagetoken').removeClass('fbpagetokenactive');
     680        jQuery(element).addClass('fbpagetokenactive');
     681        jQuery('#fbfba_facebook_access_token').addClass('tokengeneratedappearance');
     682        jQuery('#fbfba_show_photos_from_id_value').addClass('tokengeneratedappearance');
    683683       
    684684    }
  • wp-facebook-feed/tags/2.2.5/includes/fbfba-shortcode.php

    r1983743 r2314167  
    447447.social-feed-container-<?php echo $id; ?> .text-wrapper{
    448448margin: 0px 15px !important;
    449 line-height: 18px;
     449line-height: 18px !important;
    450450}
    451451.social-feed-container-<?php echo $id; ?> .social-feed-element .pull-right{
  • wp-facebook-feed/tags/2.2.5/readme.txt

    r2152740 r2314167  
    33Tags: Facebook feed, Facebook, Facebook likes, Mobile Facebook feed, facebook feed hashtag , Facebook feed gallery, facebook feed share, social media, Social Media Feed
    44Requires at least: 4.0
    5 Tested up to: 5.2.3
    6 Stable tag: 2.2.4
     5Tested up to: 5.4.1
     6Stable tag: 2.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    167167== Changelog ==
    168168
     169= 2.2.5 =
     170
     171* Very important update, update the plugin ASAP
     172
    169173= 2.2.4 =
    170174
  • wp-facebook-feed/trunk/facebook-feed-by-arrowplugins.php

    r2147153 r2314167  
    66Author: Arrow Plugins
    77Author URI: https://www.arrowplugins.com
    8 Version: 2.2.4
     8Version: 2.2.5
    99License: GplV2
    10 Copyright: 2019 Arrow Plugins
     10Copyright: 2020 Arrow Plugins
    1111*/
    1212
  • wp-facebook-feed/trunk/includes/fbfba-settings-page.php

    r2152740 r2314167  
    597597    if(fragment.length>0)
    598598    {
    599                   $("#fbwait").css("display", "block");
     599                  jQuery("#fbwait").css("display", "block");
    600600
    601601        var tokenArray = fragment.split("&");
     
    649649                                    });
    650650                                     
    651                                     $("#sfbap_access_token_pages").html('<p id="tokeninfo">Click on a page in the list below and it will add the <strong>Page ID</strong> and <strong>Access Token</strong> automatically, then click Publish or Update button to save settings.</p>'+html);
    652                                     $('#sfbap_access_token_pages').css({"border-color": "#dadada",
     651                                    jQuery("#sfbap_access_token_pages").html('<p id="tokeninfo">Click on a page in the list below and it will add the <strong>Page ID</strong> and <strong>Access Token</strong> automatically, then click Publish or Update button to save settings.</p>'+html);
     652                                    jQuery('#sfbap_access_token_pages').css({"border-color": "#dadada",
    653653                                                                       "border-width":"1px",
    654654                                                                       "border-style":"solid"});
    655                                     var y = $(window).scrollTop();  //your current y position on the page
    656                                     $(window).scrollTop(y+80); 
    657                                     $("#fbwait").css("display", "none");
     655                                    var y = jQuery(window).scrollTop();  //your current y position on the page
     656                                    jQuery(window).scrollTop(y+80); 
     657                                    jQuery("#fbwait").css("display", "none");
    658658
    659659                                  }
     
    672672    function set_never_expire_token(element){
    673673
    674         var username = $(element).attr("name");
     674        var username = jQuery(element).attr("name");
    675675
    676676        if(username == "undefined") username = "";;
    677         $("#fbfba_facebook_access_token").val($(element).attr("id"));
    678         $("#fbfba_show_photos_from_id_value").val(username);
    679         $('#sfbap_access_token_pages .fbpagetoken').removeClass('fbpagetokenactive');
    680         $(element).addClass('fbpagetokenactive');
    681         $('#fbfba_facebook_access_token').addClass('tokengeneratedappearance');
    682         $('#fbfba_show_photos_from_id_value').addClass('tokengeneratedappearance');
     677        jQuery("#fbfba_facebook_access_token").val(jQuery(element).attr("id"));
     678        jQuery("#fbfba_show_photos_from_id_value").val(username);
     679        jQuery('#sfbap_access_token_pages .fbpagetoken').removeClass('fbpagetokenactive');
     680        jQuery(element).addClass('fbpagetokenactive');
     681        jQuery('#fbfba_facebook_access_token').addClass('tokengeneratedappearance');
     682        jQuery('#fbfba_show_photos_from_id_value').addClass('tokengeneratedappearance');
    683683       
    684684    }
  • wp-facebook-feed/trunk/readme.txt

    r2152740 r2314167  
    33Tags: Facebook feed, Facebook, Facebook likes, Mobile Facebook feed, facebook feed hashtag , Facebook feed gallery, facebook feed share, social media, Social Media Feed
    44Requires at least: 4.0
    5 Tested up to: 5.2.3
    6 Stable tag: 2.2.4
     5Tested up to: 5.4.1
     6Stable tag: 2.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    167167== Changelog ==
    168168
     169= 2.2.5 =
     170
     171* Very important update, update the plugin ASAP
     172
    169173= 2.2.4 =
    170174
Note: See TracChangeset for help on using the changeset viewer.