Plugin Directory

Changeset 3269674


Ignore:
Timestamp:
04/09/2025 12:16:08 PM (12 months ago)
Author:
tagembed
Message:

Update Code

Location:
tagembed-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tagembed-widget/trunk/readme.txt

    r3203117 r3269674  
     1
    12=== Tagembed: Embed Twitter Feed, Google Reviews, YouTube Videos, TikTok, RSS Feed & More Social Media Feeds ===
    23Donate link: https://tagembed.com/
     
    45Tags: Instagram, LinkedIn, Facebook, Twitter, Google Reviews.
    56Requires at least: 3.0
    6 Tested up to: 6.5.2
     7Tested up to: 6.7.2
    78Requires PHP: 5.6
    8 Stable tag: 6.3
     9Stable tag: 6.4
    910License: GPLv3
    1011License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8283We give 14-days free trial. So that the user can explore every feature before buying.
    8384
    84 Lite Plan: **Forever Free** includes
     85Free Plan: **Forever Free** includes
    8586
    8687* 1 Feed (like Instagram Feed, Facebook feed)
     
    188189* Paste the code on your desired page or post & update it to embed LinkedIn Feed Widget successfully.
    189190
    190 **Note:** Company Page URL, Profile & Hashtag – For LinkedIn Widget users this method is only available with the **Plus Plan**.
     191**Note:** Company Page URL, Profile & Hashtag – For LinkedIn Widget users this method is only available with the **Advance Plan**.
    191192
    192193== Review Feeds: ==
     
    324325
    325326== Changelog ==
     327= 6.4 =
     328  * Bug Fixes & some changes in code.
    326329= 6.3 =
    327330  * Meta API update for Instagram users.
     
    540543
    541544== Upgrade Notice ==
     545= 6.4 =
     546  * Bug Fixes & some changes in code.
     547= 6.3 =
    542548= 6.3 =
    543549  * Meta API update for Instagram users.
     
    754760= 1.0 =
    755761  * First Release - This is the first release of Tagembed Social Media Feeds WordPress Plugin. If you find any issues, please contact us on [tagembed.com](https://tagembed.com/contact-us/)
     762apps-fileview.texmex_20250326.09_p1
     763readme.txt
     764Displaying readme.txt.
  • tagembed-widget/trunk/tagembed.php

    r3203117 r3269674  
    55 * Plugin URI:        https://tagembed.com/
    66 * Description:       Display Facebook feed, Instagram feed, Twitter feed, YouTube Videos and more social feeds from 15+ social networks on any page, posts or widgets using shortcode. Beautifully clean, customizable, and responsive Social Media Feed Widget Plugin for WordPress.
    7  * Version:           6.3
     7 * Version:           6.4
    88 * Author:            Tagembed
    99 * Author URI:        https://tagembed.com/
     
    1313endif;
    1414/* --Start-- Create Constant */
    15 !defined('TAGEMBED_PLUGIN_VERSION') && define('TAGEMBED_PLUGIN_VERSION', '6.3');
     15!defined('TAGEMBED_PLUGIN_VERSION') && define('TAGEMBED_PLUGIN_VERSION', '6.4');
    1616!defined('TAGEMBED_PLUGIN_DIR_PATH') && define('TAGEMBED_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__));
    1717!defined('TAGEMBED_PLUGIN_URL') && define('TAGEMBED_PLUGIN_URL', plugin_dir_url(__FILE__));
     
    854854                        endif;
    855855                        break;
    856                         /*
     856                    /*
    857857                        case 3:
    858858                        case 18:
  • tagembed-widget/trunk/views/includes/footerView.php

    r3203117 r3269674  
    2323                    window.intercomSettings = {
    2424                        api_base: "https://api-iam.intercom.io",
    25                         app_id: "t8e1b7uq",
     25                        app_id: "veiaqij8",
    2626                        email: response.data.email,
    2727                        user_id: response.data.userId,
     
    5050                            s.type = 'text/javascript';
    5151                            s.async = true;
    52                             s.src = 'https://widget.intercom.io/widget/t8e1b7uq';
     52                            s.src = 'https://widget.intercom.io/widget/veiaqij8';
    5353                            var x = d.getElementsByTagName('script')[0];
    5454                            x.parentNode.insertBefore(s, x);
Note: See TracChangeset for help on using the changeset viewer.