responsive share widget doesnt work on media details pages

soaringeagle
@soaringeagle
10 years ago
3,304 posts
i added a responsive share widget in header.tpl

note... i took the widggets js and created a file on my server so it loads from my server
it works great everywhere
www.dreadlockssite.com at top under ad
but
media details like looking ast a photo video or music the widget wont load
it loads fine in like the video or photo or music lists .. just not the details pages
any idea why or how i can get it to work

if not
any other recomenbdable responsive share widgets

note having to attach thecode as im getting this error again

You have entered an invalid value for "text" - value must be printable characters with the following allowed HTML tags: span,strong,em,a,b,u,i,p,div,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li
zip
code.zip  •  2KB




--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

updated by @soaringeagle: 06/28/15 03:39:56PM
soaringeagle
@soaringeagle
10 years ago
3,304 posts
note
it also doesnt work on p=2 etc only on 1st pages of forums posts etc


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities
michael
@michael
10 years ago
7,800 posts
not sure what a "responsive share widget" is. looking at the code.zip now

--edit--
Looking at the code, this bit would be the first place I would check out:
dr.src = '../js/buttons.js';

Because it is a relative path. Better to use absolute paths like:
dr.src = '{$jamroom_url}/wherever/that/js/file/is/js/buttons.js';

updated by @michael: 05/28/15 11:33:13PM
soaringeagle
@soaringeagle
10 years ago
3,304 posts
purrrfect thnx
knew it had to be something stupid like that


--
soaringeagle
head dreadhead at dreadlocks site
glider pilot student and member/volunteer coordinator with freedoms wings international soaring for people with disabilities

Tags