Changeset 3364866
- Timestamp:
- 09/20/2025 07:39:19 AM (6 months ago)
- Location:
- gp-sticky-buttons
- Files:
-
- 72 added
- 12 deleted
- 4 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from gp-sticky-buttons/trunk)
-
tags/1.0.4/admin (deleted)
-
tags/1.0.4/assets (deleted)
-
tags/1.0.4/autoloader.php (added)
-
tags/1.0.4/dist (added)
-
tags/1.0.4/dist/admin (added)
-
tags/1.0.4/dist/admin/css (added)
-
tags/1.0.4/dist/admin/css/app.css (added)
-
tags/1.0.4/dist/admin/css/upgrade-to-pro.css (added)
-
tags/1.0.4/dist/admin/js (added)
-
tags/1.0.4/dist/admin/js/app.js (added)
-
tags/1.0.4/dist/admin/js/jquery.ajaxsubmit.js (added)
-
tags/1.0.4/dist/admin/js/upgrade-to-pro.js (added)
-
tags/1.0.4/dist/front (added)
-
tags/1.0.4/dist/front/css (added)
-
tags/1.0.4/dist/front/css/style.css (added)
-
tags/1.0.4/dist/front/js (added)
-
tags/1.0.4/dist/front/js/script.js (added)
-
tags/1.0.4/gp-sticky-buttons.php (added)
-
tags/1.0.4/includes/Actions.php (added)
-
tags/1.0.4/includes/Activator.php (added)
-
tags/1.0.4/includes/Admin.php (added)
-
tags/1.0.4/includes/Assets.php (added)
-
tags/1.0.4/includes/Deactivator.php (added)
-
tags/1.0.4/includes/Fields.php (added)
-
tags/1.0.4/includes/Init.php (added)
-
tags/1.0.4/includes/Menu.php (added)
-
tags/1.0.4/includes/Settings.php (added)
-
tags/1.0.4/includes/User.php (added)
-
tags/1.0.4/includes/front-end.php (deleted)
-
tags/1.0.4/includes/settings.php (deleted)
-
tags/1.0.4/index.php (modified) (1 diff)
-
tags/1.0.4/languages/gp-sticky-buttons.pot (added)
-
tags/1.0.4/languages/index.html (deleted)
-
tags/1.0.4/readme.txt (modified) (3 diffs)
-
tags/1.0.4/templates/dashboard.php (added)
-
tags/1.0.4/templates/template.php (deleted)
-
tags/1.0.4/templates/upgrade-to-pro.php (added)
-
tags/1.0.4/templates/widget-parts (added)
-
tags/1.0.4/templates/widget-parts/channel-settings.php (added)
-
tags/1.0.4/templates/widget-parts/channel-styles.php (added)
-
tags/1.0.4/templates/widget-parts/channel.php (added)
-
tags/1.0.4/templates/widget-parts/display-rules.php (added)
-
tags/1.0.4/templates/widget-parts/social-channels.php (added)
-
tags/1.0.4/templates/widgets.php (added)
-
trunk/admin (deleted)
-
trunk/assets (deleted)
-
trunk/autoloader.php (added)
-
trunk/dist (added)
-
trunk/dist/admin (added)
-
trunk/dist/admin/css (added)
-
trunk/dist/admin/css/app.css (added)
-
trunk/dist/admin/css/upgrade-to-pro.css (added)
-
trunk/dist/admin/js (added)
-
trunk/dist/admin/js/app.js (added)
-
trunk/dist/admin/js/jquery.ajaxsubmit.js (added)
-
trunk/dist/admin/js/upgrade-to-pro.js (added)
-
trunk/dist/front (added)
-
trunk/dist/front/css (added)
-
trunk/dist/front/css/style.css (added)
-
trunk/dist/front/js (added)
-
trunk/dist/front/js/script.js (added)
-
trunk/gp-sticky-buttons.php (added)
-
trunk/includes/Actions.php (added)
-
trunk/includes/Activator.php (added)
-
trunk/includes/Admin.php (added)
-
trunk/includes/Assets.php (added)
-
trunk/includes/Deactivator.php (added)
-
trunk/includes/Fields.php (added)
-
trunk/includes/Init.php (added)
-
trunk/includes/Menu.php (added)
-
trunk/includes/Settings.php (added)
-
trunk/includes/User.php (added)
-
trunk/includes/front-end.php (deleted)
-
trunk/includes/settings.php (deleted)
-
trunk/index.php (modified) (1 diff)
-
trunk/languages/gp-sticky-buttons.pot (added)
-
trunk/languages/index.html (deleted)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/templates/dashboard.php (added)
-
trunk/templates/template.php (deleted)
-
trunk/templates/upgrade-to-pro.php (added)
-
trunk/templates/widget-parts (added)
-
trunk/templates/widget-parts/channel-settings.php (added)
-
trunk/templates/widget-parts/channel-styles.php (added)
-
trunk/templates/widget-parts/channel.php (added)
-
trunk/templates/widget-parts/display-rules.php (added)
-
trunk/templates/widget-parts/social-channels.php (added)
-
trunk/templates/widgets.php (added)
Legend:
- Unmodified
- Added
- Removed
-
gp-sticky-buttons/tags/1.0.4/index.php
r2886818 r3364866 1 <?php 2 /** 3 Plugin Name: GP Sticky buttons 4 Contributors: gingerplugins 5 Description: Create beautiful and responsive notification bar for announcements and promotion 6 Text Domain: gp-sticky-buttons 7 Domain Path: /languages 8 Author: Ginger Plugins 9 Author URI: https://www.gingerplugins.com/sticky-buttons/ 10 Version: 1.0.3 11 License: GPL2 12 13 @author : Ginger Plugins <[email protected]> 14 @license : GPL2 15 */ 16 17 defined('ABSPATH') or die('Direct Access is not allowed'); 18 19 20 if (!defined('GP_ST_BTN_URL')) { 21 define("GP_ST_BTN_URL", plugin_dir_url(__FILE__)); 22 } 23 24 if (!defined('GP_ST_BTN_VERSION')) { 25 define("GP_ST_BTN_VERSION", "1.0.3"); 26 } 27 28 if (!defined('GP_ST_BTN_BASE')) { 29 define("GP_ST_BTN_BASE", plugin_basename(__FILE__)); 30 } 31 32 if (!defined('GP_ST_BTN_DEV_VERSION')) { 33 define("GP_ST_BTN_DEV_VERSION", true); 34 } 35 36 // Include settings class. 37 require_once dirname(__FILE__)."/includes/settings.php"; 38 39 if (!is_admin()) { 40 include_once dirname(__FILE__)."/includes/front-end.php"; 41 } 42 43 // Include backend files for settings. 44 if (is_admin()) { 45 include_once dirname(__FILE__)."/admin/admin.php"; 46 include_once dirname(__FILE__)."/admin/admin-common.php"; 47 } 48 49 // Redirect on setting page on activation. 50 add_action('activated_plugin', 'gp_sticky_btn_redirect_on_activate'); 51 52 53 /** 54 * Redirect to a setting page when plugin is activated. 55 * 56 * @param string $plugin Plugin name 57 */ 58 function gp_sticky_btn_redirect_on_activate($plugin) 59 { 60 if ($plugin == plugin_basename(__FILE__)) { 61 $adminUrl = esc_url(admin_url('admin.php?page=gp-sticky-buttons')); 62 wp_redirect($adminUrl); 63 exit; 64 } 65 66 }//end gp_sticky_btn_redirect_on_activate() 1 <?php // Silence is golden -
gp-sticky-buttons/tags/1.0.4/readme.txt
r3120930 r3364866 1 === Click to Call, SMS, Messages, Email and 40+ social icons - GP Sticky buttons ===1 === Sticky Social Buttons - Floating Chat, Call, Contact, SMS, Email & 50+ Social Icons === 2 2 Contributors: gingerplugins 3 Tags: whatsapp, facebook messenger, call now button, instagram, youtube, social buttons, messegner, call button, viber4 Requires at least: 3.13 Tags: social, sticky buttons, whatsapp, messenger, telegram, chat widget, floating buttons 4 Requires at least: 5.0 5 5 Tested up to: 6.6 6 Stable tag: 1.0.37 6 Requires PHP: 5.4 8 Plugin URI: https://www.gingerplugins.com/downloads/sticky-buttons/ 9 License: GPL2 7 Stable tag: 1.0.4 8 License: GPLv3 or later 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Increase followers on Facebook, Twitter, Instagram, and other social channels, and chat with your customers via Facebook Messenger, WhatsApp, Viber, Telegram, and many more.11 Grow your audience on Facebook, Instagram, Twitter, and more, while engaging customers instantly through WhatsApp, Messenger, Telegram, Viber, and dozens of other chat apps. 12 12 13 13 == Description == 14 14 15 <strong> GP Sticky Button consists of 44 channels so you can quickly connect your website visitors and they can contact you or share his/her views about your website or services via any of these channels. As a website owner, you can also quickly react to their questions and convert the website visitor into a genuine lead.</strong>15 <strong>Sticky Social Buttons helps you engage and convert your visitors by adding beautiful, customizable floating buttons to your WordPress website. With support for 50+ popular social channels, chat apps, call, SMS, and email, your visitors can connect with you instantly—leading to more conversations, leads, and sales.</strong> 16 16 17 GP Sticky Button is a Free & Light Weight WordPress plugin. you can show a list of buttons at any place on your website so that your visitors can quickly contact you and share their requirements.17 Unlike static links, sticky buttons stay visible as users scroll, making it easier for them to reach you anytime. You can display different buttons on desktop or mobile, adjust their size, style, color, and position, and even add animations for maximum impact. Whether you want to boost engagement with WhatsApp, Messenger, Telegram, Instagram, or offer quick contact via phone and email, Sticky Social Buttons keeps you always within reach. 18 18 19 19 = Benefits = 20 * Freedom for visitors to choose the channel from 44 channels 21 * Generate authentic leads & good ROI 22 * Stay available 24*7 for your customers with GP sticky buttons 23 * Fulfill the requirement of your customer quickly 24 * Provide quick solutions to the queries of vVisitors 25 * Increase the visibility of social media channels 20 * Give visitors the freedom to connect with you on 50+ popular social and chat channels. 21 * Turn conversations into authentic leads and improve your ROI. 22 * Stay available 24/7 with floating buttons always visible on your site. 23 * Boost the visibility of your social media profiles and grow your audience. 24 * Provide a seamless, mobile-friendly contact experience for your customers. 26 25 27 26 = Features = 28 1. 40+ Channels all channels are free of cost.29 2. Choose the desired location to display the button from Top, Bottom, Left, or Right.30 3. GP Sticky Button also provides a theme selection option. You can choose the shape of the icons from round, rounded, diamond, or arrow.31 4. S et animation for the call to action button from none, slide, or fade.32 5. Choose background colors for your Buttons.33 6. Select the custom color for each button.34 7. You can order your button setting tab with drag and drop.35 8. An individual can select whether to display the button on mobile, desktop, or both.36 9. Change the font of all the button text.37 10. Change the button tooltip Text.38 11. You can also choose when to display the widget like on a scroll or after a few decided seconds.39 12. Enable or disable Buttons.40 13. Fully customizable and responsive27 1. 50+ free social and communication channels including WhatsApp, Messenger, Telegram, Instagram, Viber, and more. 28 2. Add custom links to any service or platform not included by default. 29 3. Choose button placement on the top, bottom, left, or right side of your site. 30 4. Show buttons on desktop only, mobile only, or both. 31 5. Set different positions, styles, and sizes for desktop vs. mobile. 32 6. Select from multiple button shapes: Default, Round, Rounded, Diamond, or Arrow. 33 7. Adjust button size (small, medium, large). 34 8. Customize background colors and tooltip text for each button. 35 9. Apply global font settings for button text. 36 10. Add smooth animations: None, Slide, or Fade. 37 11. Reorder buttons easily with drag-and-drop. 38 12. Enable or disable individual buttons anytime. 39 13. Choose when to display buttons: on scroll, after a set timeout, or on visitor inactivity. 41 40 42 = Sticky buttons provide below buttons to show on your website = 43 Amazon 44 App Store 45 Behance 46 Bitbucket 47 Calendar 48 Dribbble 49 Ebay 50 Etsy 51 Facebook 52 Facebook Messenger 53 Flickr 54 Github 55 Google play store 56 Instagram 57 Itunes 58 Line 59 Contact Us 60 Linkedin 61 Mail 62 Map 63 Medium 64 Phone 65 Pinterest 66 QQ 67 Quora 68 Reddit 69 RSS 70 Skype 71 Slack 72 SMS 73 Snapchat 74 Soundcloud 75 Spotify 76 Telegram 77 Tripadvisor 78 Tumblr 79 Twitter 80 Viber 81 Vimeo 82 Vk 83 WeChat 84 Whatsapp 85 Yelp 86 YouTube 41 = Supported Buttons = 42 Sticky Social Buttons provides 50+ popular social, chat, and contact channels that you can add to your website: 43 44 **Social Media & Content Platforms** 45 - Facebook, Instagram, Twitter, LinkedIn, Pinterest, Reddit, Tumblr, Flickr, Quora, Medium, Behance, Dribbble, Vimeo, YouTube, SoundCloud, Spotify 46 47 **Messaging & Chat Apps** 48 - WhatsApp, Facebook Messenger, Telegram, Viber, WeChat, Line, Snapchat, Slack, QQ, Qzone, OK.ru 49 50 **E-commerce & Business Platforms** 51 - Amazon, eBay, Etsy, Shopify, Gumroad, Fiverr, Printful 52 53 **App Stores & Services** 54 - App Store, Google Play Store, iTunes 55 56 **Contact & Communication** 57 - Phone, SMS, Email, Calendar, Map, Tripadvisor, Yelp, Waze, RSS, Custom Link 58 59 = Free Features = 60 61 Sticky Social Buttons includes everything you need to add floating, customizable buttons to your WordPress site: 62 63 - 50+ Channels Included: WhatsApp, Messenger, Telegram, Instagram, Twitter, LinkedIn, YouTube, Viber, WeChat, SMS, Email, Phone, and many more. 64 - Unlimited Buttons: Add as many buttons as you want, all free of cost. 65 - Per-Device Control: Show buttons on desktop only, mobile only, or both. 66 - Flexible Positioning: Place button groups on the left, right, top, or bottom of your website. 67 - Custom Styling: Choose from multiple button shapes (Default, Round, Rounded, Diamond, Arrow) and sizes (small, medium, large). 68 - Color Customization: Pick global colors or set a unique background color for each button to match your site’s theme. 69 - Tooltips & Fonts: Customize button tooltip text and change the font of all button labels. 70 - Animations: Display buttons with smooth effects like None, Slide, or Fade. 71 - Drag & Drop Ordering: Easily reorder your buttons from the settings panel. 72 - Triggers: Control when buttons appear: on scroll, after a set timeout, or on visitor inactivity. 73 - Enable/Disable: Turn individual buttons on or off anytime. 74 - Responsive by Default: Buttons automatically adapt to all screen sizes for a seamless user experience. 75 76 77 = Pro Features = 78 79 Upgrade to Sticky Social Buttons Pro and unlock advanced targeting and scheduling options to maximize engagement: 80 81 - Multiple Button Groups: Create and manage unlimited button groups, each with its own style, size, position, and display rules. 82 - Page Rules: Show or hide specific buttons on selected pages, posts, or custom post types. 83 - Time Schedules: Control exactly when your buttons appear by setting start and end times during the day. 84 - Date Schedules: Schedule buttons for specific dates or time ranges, perfect for campaigns, promotions, or seasonal offers. 85 - Country Targeting: Show buttons only to visitors from selected countries for precise geo-targeting. 86 87 With Pro, you get complete flexibility to decide who sees your buttons, when they appear, and where they display - helping you optimize conversions and create smarter user experiences. 88 89 = Supported Buttons with Description = 90 91 * Amazon: Link to your Amazon store or product page. 92 * App Store: Direct users to your iOS app in the Apple App Store. 93 * Behance: Showcase your creative portfolio on Behance. 94 * Bitbucket: Share your code repositories hosted on Bitbucket. 95 * Calendar: Let visitors schedule meetings or view events via calendar links. 96 * Dribbble: Display your design work on Dribbble. 97 * eBay: Connect users to your eBay store or listings. 98 * Etsy: Promote your Etsy shop and handmade products. 99 * Facebook: Link to your Facebook business page or profile. 100 * Facebook Messenger: Start a direct chat with your Facebook Messenger. 101 * Fiverr: Showcase your Fiverr gigs and services. 102 * Flickr: Share your photo collections hosted on Flickr. 103 * GitHub: Point users to your GitHub repositories or profile. 104 * Google Play Store: Direct users to your Android app in the Play Store. 105 * Gumroad: Sell digital products with a link to your Gumroad page. 106 * Instagram: Drive traffic to your Instagram profile. 107 * iTunes: Share music, podcasts, or apps available on iTunes. 108 * Line: Start a conversation with you via Line messaging app. 109 * LinkedIn: Connect with your business or professional LinkedIn profile. 110 * Mail: Allow visitors to email you directly with one click. 111 * Map: Share your business location using Google Maps or similar. 112 * Medium: Drive readers to your Medium blog or publication. 113 * OK.ru: Link to your OK.ru (Odnoklassniki) social network profile. 114 * Phone: Add a click-to-call button for instant phone calls. 115 * Pinterest: Share your Pinterest boards and pins. 116 * Printful: Direct users to your Printful store. 117 * QQ: Let users connect via the QQ messenger platform. 118 * Quora: Link to your Quora profile or space. 119 * Qzone: Share your Qzone social profile. 120 * Reddit: Direct users to your Reddit profile or community. 121 * RSS: Allow visitors to subscribe to your RSS feed. 122 * Shopify: Promote your Shopify store. 123 * Slack: Invite users to your Slack community. 124 * SMS: Enable click-to-text functionality for direct messaging. 125 * Snapchat: Share your Snapchat profile for quick add. 126 * SoundCloud: Showcase your audio tracks on SoundCloud. 127 * Spotify: Promote your playlists, albums, or artist profile. 128 * Telegram: Start a Telegram chat with your business or group. 129 * TikTok: Drive traffic to your TikTok profile or videos. 130 * Tripadvisor: Share your Tripadvisor reviews or business profile. 131 * Tumblr: Promote your Tumblr blog. 132 * Twitter: Link to your Twitter (X) profile or tweets. 133 * Viber: Start conversations via Viber messenger. 134 * Vimeo: Share your Vimeo video channel or portfolio. 135 * VK: Link to your VK (VKontakte) social network profile. 136 * Waze: Share directions to your location using Waze. 137 * WeChat: Connect with your visitors through WeChat. 138 * WhatsApp: Start a chat instantly on WhatsApp or WhatsApp Business. 139 * Yelp: Showcase your Yelp business profile and reviews. 140 * YouTube: Drive subscribers to your YouTube channel. 141 * Custom Link: Add any external or internal link of your choice. 87 142 88 143 == Installation == … … 108 163 == Changelog == 109 164 165 = 1.0.4 = 166 * New Design 167 110 168 = 1.0.3 = 111 169 * New UI Design … … 116 174 = 1.0.1 = 117 175 * Initial release 118 119 == Upgrade Notice ==120 121 = 1.0.1 =122 * Initial release -
gp-sticky-buttons/trunk/index.php
r2886818 r3364866 1 <?php 2 /** 3 Plugin Name: GP Sticky buttons 4 Contributors: gingerplugins 5 Description: Create beautiful and responsive notification bar for announcements and promotion 6 Text Domain: gp-sticky-buttons 7 Domain Path: /languages 8 Author: Ginger Plugins 9 Author URI: https://www.gingerplugins.com/sticky-buttons/ 10 Version: 1.0.3 11 License: GPL2 12 13 @author : Ginger Plugins <[email protected]> 14 @license : GPL2 15 */ 16 17 defined('ABSPATH') or die('Direct Access is not allowed'); 18 19 20 if (!defined('GP_ST_BTN_URL')) { 21 define("GP_ST_BTN_URL", plugin_dir_url(__FILE__)); 22 } 23 24 if (!defined('GP_ST_BTN_VERSION')) { 25 define("GP_ST_BTN_VERSION", "1.0.3"); 26 } 27 28 if (!defined('GP_ST_BTN_BASE')) { 29 define("GP_ST_BTN_BASE", plugin_basename(__FILE__)); 30 } 31 32 if (!defined('GP_ST_BTN_DEV_VERSION')) { 33 define("GP_ST_BTN_DEV_VERSION", true); 34 } 35 36 // Include settings class. 37 require_once dirname(__FILE__)."/includes/settings.php"; 38 39 if (!is_admin()) { 40 include_once dirname(__FILE__)."/includes/front-end.php"; 41 } 42 43 // Include backend files for settings. 44 if (is_admin()) { 45 include_once dirname(__FILE__)."/admin/admin.php"; 46 include_once dirname(__FILE__)."/admin/admin-common.php"; 47 } 48 49 // Redirect on setting page on activation. 50 add_action('activated_plugin', 'gp_sticky_btn_redirect_on_activate'); 51 52 53 /** 54 * Redirect to a setting page when plugin is activated. 55 * 56 * @param string $plugin Plugin name 57 */ 58 function gp_sticky_btn_redirect_on_activate($plugin) 59 { 60 if ($plugin == plugin_basename(__FILE__)) { 61 $adminUrl = esc_url(admin_url('admin.php?page=gp-sticky-buttons')); 62 wp_redirect($adminUrl); 63 exit; 64 } 65 66 }//end gp_sticky_btn_redirect_on_activate() 1 <?php // Silence is golden -
gp-sticky-buttons/trunk/readme.txt
r3120930 r3364866 1 === Click to Call, SMS, Messages, Email and 40+ social icons - GP Sticky buttons ===1 === Sticky Social Buttons - Floating Chat, Call, Contact, SMS, Email & 50+ Social Icons === 2 2 Contributors: gingerplugins 3 Tags: whatsapp, facebook messenger, call now button, instagram, youtube, social buttons, messegner, call button, viber4 Requires at least: 3.13 Tags: social, sticky buttons, whatsapp, messenger, telegram, chat widget, floating buttons 4 Requires at least: 5.0 5 5 Tested up to: 6.6 6 Stable tag: 1.0.37 6 Requires PHP: 5.4 8 Plugin URI: https://www.gingerplugins.com/downloads/sticky-buttons/ 9 License: GPL2 7 Stable tag: 1.0.4 8 License: GPLv3 or later 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html 10 10 11 Increase followers on Facebook, Twitter, Instagram, and other social channels, and chat with your customers via Facebook Messenger, WhatsApp, Viber, Telegram, and many more.11 Grow your audience on Facebook, Instagram, Twitter, and more, while engaging customers instantly through WhatsApp, Messenger, Telegram, Viber, and dozens of other chat apps. 12 12 13 13 == Description == 14 14 15 <strong> GP Sticky Button consists of 44 channels so you can quickly connect your website visitors and they can contact you or share his/her views about your website or services via any of these channels. As a website owner, you can also quickly react to their questions and convert the website visitor into a genuine lead.</strong>15 <strong>Sticky Social Buttons helps you engage and convert your visitors by adding beautiful, customizable floating buttons to your WordPress website. With support for 50+ popular social channels, chat apps, call, SMS, and email, your visitors can connect with you instantly—leading to more conversations, leads, and sales.</strong> 16 16 17 GP Sticky Button is a Free & Light Weight WordPress plugin. you can show a list of buttons at any place on your website so that your visitors can quickly contact you and share their requirements.17 Unlike static links, sticky buttons stay visible as users scroll, making it easier for them to reach you anytime. You can display different buttons on desktop or mobile, adjust their size, style, color, and position, and even add animations for maximum impact. Whether you want to boost engagement with WhatsApp, Messenger, Telegram, Instagram, or offer quick contact via phone and email, Sticky Social Buttons keeps you always within reach. 18 18 19 19 = Benefits = 20 * Freedom for visitors to choose the channel from 44 channels 21 * Generate authentic leads & good ROI 22 * Stay available 24*7 for your customers with GP sticky buttons 23 * Fulfill the requirement of your customer quickly 24 * Provide quick solutions to the queries of vVisitors 25 * Increase the visibility of social media channels 20 * Give visitors the freedom to connect with you on 50+ popular social and chat channels. 21 * Turn conversations into authentic leads and improve your ROI. 22 * Stay available 24/7 with floating buttons always visible on your site. 23 * Boost the visibility of your social media profiles and grow your audience. 24 * Provide a seamless, mobile-friendly contact experience for your customers. 26 25 27 26 = Features = 28 1. 40+ Channels all channels are free of cost.29 2. Choose the desired location to display the button from Top, Bottom, Left, or Right.30 3. GP Sticky Button also provides a theme selection option. You can choose the shape of the icons from round, rounded, diamond, or arrow.31 4. S et animation for the call to action button from none, slide, or fade.32 5. Choose background colors for your Buttons.33 6. Select the custom color for each button.34 7. You can order your button setting tab with drag and drop.35 8. An individual can select whether to display the button on mobile, desktop, or both.36 9. Change the font of all the button text.37 10. Change the button tooltip Text.38 11. You can also choose when to display the widget like on a scroll or after a few decided seconds.39 12. Enable or disable Buttons.40 13. Fully customizable and responsive27 1. 50+ free social and communication channels including WhatsApp, Messenger, Telegram, Instagram, Viber, and more. 28 2. Add custom links to any service or platform not included by default. 29 3. Choose button placement on the top, bottom, left, or right side of your site. 30 4. Show buttons on desktop only, mobile only, or both. 31 5. Set different positions, styles, and sizes for desktop vs. mobile. 32 6. Select from multiple button shapes: Default, Round, Rounded, Diamond, or Arrow. 33 7. Adjust button size (small, medium, large). 34 8. Customize background colors and tooltip text for each button. 35 9. Apply global font settings for button text. 36 10. Add smooth animations: None, Slide, or Fade. 37 11. Reorder buttons easily with drag-and-drop. 38 12. Enable or disable individual buttons anytime. 39 13. Choose when to display buttons: on scroll, after a set timeout, or on visitor inactivity. 41 40 42 = Sticky buttons provide below buttons to show on your website = 43 Amazon 44 App Store 45 Behance 46 Bitbucket 47 Calendar 48 Dribbble 49 Ebay 50 Etsy 51 Facebook 52 Facebook Messenger 53 Flickr 54 Github 55 Google play store 56 Instagram 57 Itunes 58 Line 59 Contact Us 60 Linkedin 61 Mail 62 Map 63 Medium 64 Phone 65 Pinterest 66 QQ 67 Quora 68 Reddit 69 RSS 70 Skype 71 Slack 72 SMS 73 Snapchat 74 Soundcloud 75 Spotify 76 Telegram 77 Tripadvisor 78 Tumblr 79 Twitter 80 Viber 81 Vimeo 82 Vk 83 WeChat 84 Whatsapp 85 Yelp 86 YouTube 41 = Supported Buttons = 42 Sticky Social Buttons provides 50+ popular social, chat, and contact channels that you can add to your website: 43 44 **Social Media & Content Platforms** 45 - Facebook, Instagram, Twitter, LinkedIn, Pinterest, Reddit, Tumblr, Flickr, Quora, Medium, Behance, Dribbble, Vimeo, YouTube, SoundCloud, Spotify 46 47 **Messaging & Chat Apps** 48 - WhatsApp, Facebook Messenger, Telegram, Viber, WeChat, Line, Snapchat, Slack, QQ, Qzone, OK.ru 49 50 **E-commerce & Business Platforms** 51 - Amazon, eBay, Etsy, Shopify, Gumroad, Fiverr, Printful 52 53 **App Stores & Services** 54 - App Store, Google Play Store, iTunes 55 56 **Contact & Communication** 57 - Phone, SMS, Email, Calendar, Map, Tripadvisor, Yelp, Waze, RSS, Custom Link 58 59 = Free Features = 60 61 Sticky Social Buttons includes everything you need to add floating, customizable buttons to your WordPress site: 62 63 - 50+ Channels Included: WhatsApp, Messenger, Telegram, Instagram, Twitter, LinkedIn, YouTube, Viber, WeChat, SMS, Email, Phone, and many more. 64 - Unlimited Buttons: Add as many buttons as you want, all free of cost. 65 - Per-Device Control: Show buttons on desktop only, mobile only, or both. 66 - Flexible Positioning: Place button groups on the left, right, top, or bottom of your website. 67 - Custom Styling: Choose from multiple button shapes (Default, Round, Rounded, Diamond, Arrow) and sizes (small, medium, large). 68 - Color Customization: Pick global colors or set a unique background color for each button to match your site’s theme. 69 - Tooltips & Fonts: Customize button tooltip text and change the font of all button labels. 70 - Animations: Display buttons with smooth effects like None, Slide, or Fade. 71 - Drag & Drop Ordering: Easily reorder your buttons from the settings panel. 72 - Triggers: Control when buttons appear: on scroll, after a set timeout, or on visitor inactivity. 73 - Enable/Disable: Turn individual buttons on or off anytime. 74 - Responsive by Default: Buttons automatically adapt to all screen sizes for a seamless user experience. 75 76 77 = Pro Features = 78 79 Upgrade to Sticky Social Buttons Pro and unlock advanced targeting and scheduling options to maximize engagement: 80 81 - Multiple Button Groups: Create and manage unlimited button groups, each with its own style, size, position, and display rules. 82 - Page Rules: Show or hide specific buttons on selected pages, posts, or custom post types. 83 - Time Schedules: Control exactly when your buttons appear by setting start and end times during the day. 84 - Date Schedules: Schedule buttons for specific dates or time ranges, perfect for campaigns, promotions, or seasonal offers. 85 - Country Targeting: Show buttons only to visitors from selected countries for precise geo-targeting. 86 87 With Pro, you get complete flexibility to decide who sees your buttons, when they appear, and where they display - helping you optimize conversions and create smarter user experiences. 88 89 = Supported Buttons with Description = 90 91 * Amazon: Link to your Amazon store or product page. 92 * App Store: Direct users to your iOS app in the Apple App Store. 93 * Behance: Showcase your creative portfolio on Behance. 94 * Bitbucket: Share your code repositories hosted on Bitbucket. 95 * Calendar: Let visitors schedule meetings or view events via calendar links. 96 * Dribbble: Display your design work on Dribbble. 97 * eBay: Connect users to your eBay store or listings. 98 * Etsy: Promote your Etsy shop and handmade products. 99 * Facebook: Link to your Facebook business page or profile. 100 * Facebook Messenger: Start a direct chat with your Facebook Messenger. 101 * Fiverr: Showcase your Fiverr gigs and services. 102 * Flickr: Share your photo collections hosted on Flickr. 103 * GitHub: Point users to your GitHub repositories or profile. 104 * Google Play Store: Direct users to your Android app in the Play Store. 105 * Gumroad: Sell digital products with a link to your Gumroad page. 106 * Instagram: Drive traffic to your Instagram profile. 107 * iTunes: Share music, podcasts, or apps available on iTunes. 108 * Line: Start a conversation with you via Line messaging app. 109 * LinkedIn: Connect with your business or professional LinkedIn profile. 110 * Mail: Allow visitors to email you directly with one click. 111 * Map: Share your business location using Google Maps or similar. 112 * Medium: Drive readers to your Medium blog or publication. 113 * OK.ru: Link to your OK.ru (Odnoklassniki) social network profile. 114 * Phone: Add a click-to-call button for instant phone calls. 115 * Pinterest: Share your Pinterest boards and pins. 116 * Printful: Direct users to your Printful store. 117 * QQ: Let users connect via the QQ messenger platform. 118 * Quora: Link to your Quora profile or space. 119 * Qzone: Share your Qzone social profile. 120 * Reddit: Direct users to your Reddit profile or community. 121 * RSS: Allow visitors to subscribe to your RSS feed. 122 * Shopify: Promote your Shopify store. 123 * Slack: Invite users to your Slack community. 124 * SMS: Enable click-to-text functionality for direct messaging. 125 * Snapchat: Share your Snapchat profile for quick add. 126 * SoundCloud: Showcase your audio tracks on SoundCloud. 127 * Spotify: Promote your playlists, albums, or artist profile. 128 * Telegram: Start a Telegram chat with your business or group. 129 * TikTok: Drive traffic to your TikTok profile or videos. 130 * Tripadvisor: Share your Tripadvisor reviews or business profile. 131 * Tumblr: Promote your Tumblr blog. 132 * Twitter: Link to your Twitter (X) profile or tweets. 133 * Viber: Start conversations via Viber messenger. 134 * Vimeo: Share your Vimeo video channel or portfolio. 135 * VK: Link to your VK (VKontakte) social network profile. 136 * Waze: Share directions to your location using Waze. 137 * WeChat: Connect with your visitors through WeChat. 138 * WhatsApp: Start a chat instantly on WhatsApp or WhatsApp Business. 139 * Yelp: Showcase your Yelp business profile and reviews. 140 * YouTube: Drive subscribers to your YouTube channel. 141 * Custom Link: Add any external or internal link of your choice. 87 142 88 143 == Installation == … … 108 163 == Changelog == 109 164 165 = 1.0.4 = 166 * New Design 167 110 168 = 1.0.3 = 111 169 * New UI Design … … 116 174 = 1.0.1 = 117 175 * Initial release 118 119 == Upgrade Notice ==120 121 = 1.0.1 =122 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.