whatleycc
Forum Replies Created
-
Forum: Plugins
In reply to: [Share This Image] Trigger plugin on ajax loaded imageI tried to use the direct $(‘.share’).sti(); where I defined the .share in the backend as the selector.
It didn’t work. I thought it might be because it’s getting fired too soon so I put in a setTimeout on the call for at least 1000 and it still didn’t trigger. This is to a confirmation on a gravity form.
Forum: Plugins
In reply to: [Sociable] [Plugin: Sociable] Where is Pinterest?I found a way to fix it for the Classic view. It involves 2 steps,
1) need to update the spirtes image to now include Pinterest
2) update sociable.php
find$sociable_known_sites = array(
it’s roughly around line 797add to the array
‘Pinterest’ => array(
‘favicon’ => ‘pinterest.png’,
‘url’ => ‘http://pinterest.com/pin/create/button/?url=PERMALINK’,
‘spriteCoordinates’ => Array(
’16’ => array(“-192px”,”0px”),
’32’ => array(“-385px”,”0px”),
’48’ => array(“-577px”,”0px”),
’64’ => array(“-769px”,”0px”)
)
),You may need to modify the spriteCoordinates depending on how you update the sprite. Sorry it’s not showing up like normal code above. Can’t seem to get the tick-marks to work correctly.
If anyone wants the graphics & code I did, feel free to email me directly.