Changeset 3175878
- Timestamp:
- 10/25/2024 11:13:50 PM (17 months ago)
- Location:
- add-to-any/trunk
- Files:
-
- 2 added
- 4 edited
-
README.txt (modified) (4 diffs)
-
add-to-any.php (modified) (1 diff)
-
addtoany.services.php (modified) (2 diffs)
-
changelog.txt (modified) (1 diff)
-
icons/steam.svg (added)
-
icons/twitch.svg (added)
Legend:
- Unmodified
- Added
- Removed
-
add-to-any/trunk/README.txt
r3124899 r3175878 2 2 Contributors: micropat, addtoany 3 3 Tags: share, social, share buttons, share icons, social media 4 4 5 Requires at least: 4.5 5 Tested up to: 6. 66 Tested up to: 6. 6 7 Requires PHP: 5.6 7 Stable tag: 1.8.1 18 Stable tag: 1.8.1 8 9 9 10 Share buttons for WordPress including the AddToAny button, Facebook, Mastodon, WhatsApp, Pinterest, Reddit, Threads, many more, and follow icons too. … … 64 65 65 66 * Over 10 years of development 66 * Over 1 6million downloads67 * Over 1 million downloads 67 68 * Translated into dozens of languages 68 69 * Ongoing support from the community … … 116 117 Something on your own device/browser/connection is likely filtering out major social buttons. 117 118 118 Try another web browser, device, and/or Internet connection to see if the buttons appear. Tools like browserling.com or browserstack.comwill give you an idea of what other people are seeing. The usual cause for this uncommon issue is 3rd party browser add-on software that blocks ads and optionally filters out major social buttons. Some security apps and Internet connections have an option to filter social buttons. Usually a social filter option is disabled by default, but if you find that some software is inappropriately filtering AddToAny buttons, <a href="https://www.addtoany.com/contact/">let AddToAny know</a>.119 Try another web browser, device, and/or Internet connection to see if the buttons appear. Tools like browserling.com will give you an idea of what other people are seeing. The usual cause for this uncommon issue is 3rd party browser add-on software that blocks ads and optionally filters out major social buttons. Some security apps and Internet connections have an option to filter social buttons. Usually a social filter option is disabled by default, but if you find that some software is inappropriately filtering AddToAny buttons, <a href="https://www.addtoany.com/contact/">let AddToAny know</a>. 119 120 120 121 = What is the shortcode for sharing? = … … 335 336 == Changelog == 336 337 337 = 1.8.1 1=338 * Update AddToAny core script loading339 * Add changelog.txt to the plugin directory338 = 1.8.1 = 339 * 340 * Add 340 341 341 342 See `changelog.txt` in the plugin's directory for the full changelog. -
add-to-any/trunk/add-to-any.php
r3124899 r3175878 4 4 * Plugin URI: https://www.addtoany.com/ 5 5 * Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Mastodon, LinkedIn, Pinterest, WhatsApp and many more. 6 * Version: 1.8.1 16 * Version: 1.8.1 7 7 * Author: AddToAny 8 8 * Author URI: https://www.addtoany.com/ -
add-to-any/trunk/addtoany.services.php
r3071207 r3175878 543 543 'color' => '2A2A2A', 544 544 ), 545 546 547 548 549 550 545 551 'tumblr' => array( 546 552 'name' => 'Tumblr', … … 549 555 'color' => '35465C', 550 556 ), 557 558 559 560 561 562 551 563 'twitter' => array( 552 564 'name' => 'Twitter', -
add-to-any/trunk/changelog.txt
r3124899 r3175878 1 2 3 4 1 5 = 1.8.11 = 2 6 * Update AddToAny core script loading
Note: See TracChangeset
for help on using the changeset viewer.