Changeset 3269674
- Timestamp:
- 04/09/2025 12:16:08 PM (12 months ago)
- Location:
- tagembed-widget/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (7 diffs)
-
tagembed.php (modified) (3 diffs)
-
views/includes/footerView.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagembed-widget/trunk/readme.txt
r3203117 r3269674 1 1 2 === Tagembed: Embed Twitter Feed, Google Reviews, YouTube Videos, TikTok, RSS Feed & More Social Media Feeds === 2 3 Donate link: https://tagembed.com/ … … 4 5 Tags: Instagram, LinkedIn, Facebook, Twitter, Google Reviews. 5 6 Requires at least: 3.0 6 Tested up to: 6. 5.27 Tested up to: 6.7.2 7 8 Requires PHP: 5.6 8 Stable tag: 6. 39 Stable tag: 6.4 9 10 License: GPLv3 10 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 82 83 We give 14-days free trial. So that the user can explore every feature before buying. 83 84 84 Lite Plan: **Forever Free** includes85 Free Plan: **Forever Free** includes 85 86 86 87 * 1 Feed (like Instagram Feed, Facebook feed) … … 188 189 * Paste the code on your desired page or post & update it to embed LinkedIn Feed Widget successfully. 189 190 190 **Note:** Company Page URL, Profile & Hashtag – For LinkedIn Widget users this method is only available with the ** PlusPlan**.191 **Note:** Company Page URL, Profile & Hashtag – For LinkedIn Widget users this method is only available with the **Advance Plan**. 191 192 192 193 == Review Feeds: == … … 324 325 325 326 == Changelog == 327 = 6.4 = 328 * Bug Fixes & some changes in code. 326 329 = 6.3 = 327 330 * Meta API update for Instagram users. … … 540 543 541 544 == Upgrade Notice == 545 = 6.4 = 546 * Bug Fixes & some changes in code. 547 = 6.3 = 542 548 = 6.3 = 543 549 * Meta API update for Instagram users. … … 754 760 = 1.0 = 755 761 * 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/) 762 apps-fileview.texmex_20250326.09_p1 763 readme.txt 764 Displaying readme.txt. -
tagembed-widget/trunk/tagembed.php
r3203117 r3269674 5 5 * Plugin URI: https://tagembed.com/ 6 6 * 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. 37 * Version: 6.4 8 8 * Author: Tagembed 9 9 * Author URI: https://tagembed.com/ … … 13 13 endif; 14 14 /* --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'); 16 16 !defined('TAGEMBED_PLUGIN_DIR_PATH') && define('TAGEMBED_PLUGIN_DIR_PATH', plugin_dir_path(__FILE__)); 17 17 !defined('TAGEMBED_PLUGIN_URL') && define('TAGEMBED_PLUGIN_URL', plugin_dir_url(__FILE__)); … … 854 854 endif; 855 855 break; 856 /*856 /* 857 857 case 3: 858 858 case 18: -
tagembed-widget/trunk/views/includes/footerView.php
r3203117 r3269674 23 23 window.intercomSettings = { 24 24 api_base: "https://api-iam.intercom.io", 25 app_id: " t8e1b7uq",25 app_id: "veiaqij8", 26 26 email: response.data.email, 27 27 user_id: response.data.userId, … … 50 50 s.type = 'text/javascript'; 51 51 s.async = true; 52 s.src = 'https://widget.intercom.io/widget/ t8e1b7uq';52 s.src = 'https://widget.intercom.io/widget/veiaqij8'; 53 53 var x = d.getElementsByTagName('script')[0]; 54 54 x.parentNode.insertBefore(s, x);
Note: See TracChangeset
for help on using the changeset viewer.