abemedia / shareCount

A PHP script to fetch the count of social shares, cache the results and output as JSON, JSONP or XML data.
GNU General Public License v2.0
100 stars 35 forks source link

Multiple url #5

Closed merrittcarr closed 8 years ago

merrittcarr commented 9 years ago

Can it be updated to get all pages on a domain as a example I have 8 pages that I share that I would like to get the combined share total

var shareUrl = 'http://carrsdigital.net/'; var shareUrl = 'http://carrsdigital.net/Dare2BeNaughty/'; var shareUrl = 'http://carrsdigital.net/Dare2BeNaughtyBoudoir' var shareUrl = 'http://carrsdigital.net/DesignerArtBooks/OohLaLa/'; var shareUrl = 'http://carrsdigital.net/DesignerArtBooks/StylusMag/';; var shareUrl = 'http://carrsdigital.net/DesignerArtBooks/Casablanca/'; var shareUrl = 'http://carrsdigital.net/DesignerArtBooks/WhatIsSexxy'; var shareUrl = 'http://carrsdigital.net/DesignerArtBooks/Leather&Lace';

Can you please help with this? Thank you

abemedia commented 8 years ago

You could create a loop and add them up...