Changeset 2098666
- Timestamp:
- 05/31/2019 01:41:10 PM (7 years ago)
- Location:
- db-share-count
- Files:
-
- 2 edited
- 4 copied
-
tags/0.1.8 (copied) (copied from db-share-count/trunk)
-
tags/0.1.8/changelog.txt (copied) (copied from db-share-count/trunk/changelog.txt)
-
tags/0.1.8/db_share_count.php (copied) (copied from db-share-count/trunk/db_share_count.php) (2 diffs)
-
tags/0.1.8/readme.txt (copied) (copied from db-share-count/trunk/readme.txt) (1 diff)
-
trunk/db_share_count.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
db-share-count/tags/0.1.8/db_share_count.php
r2098603 r2098666 4 4 Plugin URI: https://github.com/Crasily/db_share_count 5 5 Description: Social share buttons with count 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: Nathan Webb 8 8 License: GPLv2 or later … … 153 153 154 154 # Pinterest 155 $urlPinterest = "http ://api.pinterest.com/v1/urls/count.json?url=" . $url;155 $urlPinterest = "https://widgets.pinterest.com/v1/urls/count.json?url=" . $url; 156 156 $dPinterest = file_get_contents($urlPinterest); 157 157 $dPinterest = preg_replace("/receiveCount\(({.*})\)$/", "$1", $dPinterest); -
db-share-count/tags/0.1.8/readme.txt
r2098185 r2098666 68 68 69 69 == Changelog == 70 = 0.1.8 = 71 * updated pinterest url 72 73 = 0.1.7 = 74 * Disabled twitter count temporarily 75 70 76 = 0.1.6 = 71 77 * changed the example URL to gosciencekids.com -
db-share-count/trunk/db_share_count.php
r2098603 r2098666 4 4 Plugin URI: https://github.com/Crasily/db_share_count 5 5 Description: Social share buttons with count 6 Version: 0.1. 76 Version: 0.1.8 7 7 Author: Nathan Webb 8 8 License: GPLv2 or later … … 153 153 154 154 # Pinterest 155 $urlPinterest = "http ://api.pinterest.com/v1/urls/count.json?url=" . $url;155 $urlPinterest = "https://widgets.pinterest.com/v1/urls/count.json?url=" . $url; 156 156 $dPinterest = file_get_contents($urlPinterest); 157 157 $dPinterest = preg_replace("/receiveCount\(({.*})\)$/", "$1", $dPinterest); -
db-share-count/trunk/readme.txt
r2098185 r2098666 68 68 69 69 == Changelog == 70 = 0.1.8 = 71 * updated pinterest url 72 73 = 0.1.7 = 74 * Disabled twitter count temporarily 75 70 76 = 0.1.6 = 71 77 * changed the example URL to gosciencekids.com
Note: See TracChangeset
for help on using the changeset viewer.