Plugin Directory

Changeset 2098666


Ignore:
Timestamp:
05/31/2019 01:41:10 PM (7 years ago)
Author:
nathanwebb
Message:

updated pinterest url

Location:
db-share-count
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • db-share-count/tags/0.1.8/db_share_count.php

    r2098603 r2098666  
    44Plugin URI: https://github.com/Crasily/db_share_count
    55Description: Social share buttons with count
    6 Version: 0.1.7
     6Version: 0.1.8
    77Author: Nathan Webb
    88License: GPLv2 or later
     
    153153
    154154  # 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;
    156156  $dPinterest = file_get_contents($urlPinterest);
    157157  $dPinterest = preg_replace("/receiveCount\(({.*})\)$/", "$1", $dPinterest);
  • db-share-count/tags/0.1.8/readme.txt

    r2098185 r2098666  
    6868
    6969== Changelog ==
     70= 0.1.8 =
     71* updated pinterest url
     72
     73= 0.1.7 =
     74* Disabled twitter count temporarily
     75
    7076= 0.1.6 =
    7177* changed the example URL to gosciencekids.com
  • db-share-count/trunk/db_share_count.php

    r2098603 r2098666  
    44Plugin URI: https://github.com/Crasily/db_share_count
    55Description: Social share buttons with count
    6 Version: 0.1.7
     6Version: 0.1.8
    77Author: Nathan Webb
    88License: GPLv2 or later
     
    153153
    154154  # 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;
    156156  $dPinterest = file_get_contents($urlPinterest);
    157157  $dPinterest = preg_replace("/receiveCount\(({.*})\)$/", "$1", $dPinterest);
  • db-share-count/trunk/readme.txt

    r2098185 r2098666  
    6868
    6969== Changelog ==
     70= 0.1.8 =
     71* updated pinterest url
     72
     73= 0.1.7 =
     74* Disabled twitter count temporarily
     75
    7076= 0.1.6 =
    7177* changed the example URL to gosciencekids.com
Note: See TracChangeset for help on using the changeset viewer.