(share this)

izhmel
@izhmel
10 years ago
1,354 posts
Why dose the (share this) don't appears on this page
http://www.dubmusic.com/the-scientist-sly-robbie-dub-explosion/audio

can I have it on these pages ?


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 05/02/15 12:50:56PM
brian
@brian
10 years ago
10,149 posts
izhmel:
Why dose the (share this) don't appears on this page
http://www.dubmusic.com/the-scientist-sly-robbie-dub-explosion/audio

can I have it on these pages ?

Sharethis shows up on Item Detail Pages - not lists, which is why you don't see it on that page.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
izhmel
@izhmel
10 years ago
1,354 posts
How to make it show up ?


--
The Scientist
dubmusic.com
Thanks for any assistance.
SteveX
SteveX
@ultrajam
10 years ago
2,584 posts
I dread to ask, but which song in the list do you want to share?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
izhmel
@izhmel
10 years ago
1,354 posts
I want to share the entire page


--
The Scientist
dubmusic.com
Thanks for any assistance.
izhmel
@izhmel
10 years ago
1,354 posts
How can I get the (share this icons ) on this page ?

http://www.dubmusic.com/the-scientist-sly-robbie-dub-explosion/audio


--
The Scientist
dubmusic.com
Thanks for any assistance.
derrickhand300
@derrickhand300
10 years ago
1,353 posts
Go to ShareThis website and generate the code there-add their scripts to your Meta template then post their button code in the body where you want the buttons displayed
Seems like it should work
Screenshot
http://s3-us-west-1.amazonaws.com/jamssite/Capture.JPG
updated by @derrickhand300: 03/31/15 05:39:08PM
izhmel
@izhmel
10 years ago
1,354 posts
Thanks, but there has to be a different way in JR to call this function to a page ,using include method to avoid overwriting when updates are issued ,if Brian could include in the quota config more option like

allowed on blog

allowed on playlist

allowed on album page

allowed on profile

allow facebook player

Show on Detail Pages


--
The Scientist
dubmusic.com
Thanks for any assistance.

updated by @izhmel: 03/31/15 06:50:12PM
michael
@michael
10 years ago
7,793 posts
izhmel:
How can I get the (share this icons ) on this page ?

http://www.dubmusic.com/the-scientist-sly-robbie-dub-explosion/audio

That page is controlled by this template:
/modules/jrAudio/templates/item_index.tpl

You can add your code in either via the TEMPLATE editor at:
ACP -> MEDIA -> AUDIO -> TEMPLATES -> item_index.tpl

OR by coping:
/modules/jrAudio/templates/item_index.tpl
to
/skins/YOUR SKIN/jrAudio_item_index.tpl

Either of those techniques will over-ride the default output and allow you to put whatever code you like in there.

The jrShareThis module requires a module and an id to create the code for share this, so you'd need to get the page share this code from that site to share the url.
izhmel
@izhmel
10 years ago
1,354 posts
Thanks Michael,
what about adding the features so the user can use the share this quota config
so the user can decide where to put the share this ? i.e.

allowed on blog

allowed on playlist

allowed on album page

allowed on profile

allow facebook player

allowed on all pages


--
The Scientist
dubmusic.com
Thanks for any assistance.
michael
@michael
10 years ago
7,793 posts
The policy of modules is to keep them to a minimum because its easier to add in what you need than it is to take stuff away.

Adding those locations is not something that feels like it would fit for the default usage of the module because it requires awareness of what other modules are in the system.

Glad you got it working on your site though. Good job. :)

Tags