indelible heff
Forum Replies Created
-
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] classing linksI change line 80s function to the below code to get a link with an image, the track/album name, and artist name and somewhere to place a network logo…. This suits my needs perfectly Brady’s code utilises the taget option on the link, mine forces it.
I hope this helps someone else ??
$(settings.resultsContainer).delegate('.ma-result', 'click', function(e) { var defaultText = $('.title strong', this).text(); var defaultText2 = $(this).find('.artist').text(); var afftype =""; var afftype = $('#ma-query-service').val(); //alert(afftype); var attrs = { href : $(this).find('a').attr('href'), target: '_blank', class: 'affiliate affiliate-' +afftype } //alert($(this).html()); var tuneimage = $(this).find('img').attr('src'); if ($('#ma-link-target-blank').attr('checked') == 'checked') { attrs.target = '_blank'; } var linkHtml = $('<a><span class="aff-icon"></span><img src="'+tuneimage+'"/><span class="title">' + defaultText+'<span class="artist">'+defaultText2+'</span></a>').attr( attrs ).wrap('<div></div>').parent('div'); tuneEditor.sendLinkToEditor( linkHtml.html(), attrs, defaultText ); });
Again, Thanks for the great plugin guys.
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] new links styles?Well, Brady your advice was very helpfull!,
I took the code as indicated, (right where you said it would be) however it had a fullstop/period at the end I didn’t know if this was to end the sentance, or part of the link…. it is not required (I thought this may be worth noting for future forum readers.)So now my links and your links are working on my site…. but the widget doesn’t play the tracks, any ideas?
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] new links styles?I’ll try your suggestion tomorrow, i have to go out tonight ?? Thanks for your help, and I’ll report back… again congrats on a great plugin.
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] new links styles?ahhh it will be because i have set it to give you a 10% share… I must have just got lucky and been the one in ten.
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] new links styles?Oh, if I were to do the same with another result I get
https://click.linksynergy.com/fs-bin/click?id=zd9dESSndVM&offerid=146261.406376141&type=2&subid=0
so the part that remains the same labelled as the “wrapper” (but does not have prescribed url paramaters) would be:
https://click.linksynergy.com/fs-bin/click?id=zd9dESSndVM&offerid=146261.
as I’m sure you’re not surprised that doesnt work too well ??
EDIT : I had only logically just come to this conclusion (as i had it without the decimal/period in place) and now having tested it with it connected….
It seems to be producing these links now:
They work, both to the page, and they open up itunes on the correct page.
Can you confirm that it looks good?… ill try make a purchase later if you think it is correct, at least others will know how to trim the links then.
?? (fingers crossed)
(20 minutes later….)
Damn: They now seem to be all be going to the store front of itunes (in web and on itunes), I havent changed anything but the link are in this format:
https://click.linksynergy.com/fs-bin/click?id=zd9dESSndVM&offerid=146261.http%253A%252F%252Fitunes.apple.com%252Fus%252Fartist%252Fmodestep%252Fid443583877%253Fuo%253D4%2526partnerId%253D30Which doesn’t look right now… LOL I am going insane.
Forum: Plugins
In reply to: [Music Affiliate Pro] [Plugin: Music Affiliate Pro] new links styles?Hi Brady, Thanks for your response…
I go the link buy using the link finder tool within LinkShare under the iTunes US program.
In particular i used the link Product LinkFinder, I search for a term say… “Hip Hop” and i restrict results to “Us iTunes….”
The first hit for that term is “001. Magic Potion to Hip Hop, The Time Has Come (420462919) ” and when i click it it open a poupup with the link code
that looks like this
<a href="https://click.linksynergy.com/fs-bin/click?id=zd9dESSndVM&offerid=146261.420462919&type=2&subid=0"><IMG border=0 src="https://a780.phobos.apple.com/us/r30/Music/8b/1d/78/mzi.abqgmjgj.170x170-75.jpg" ></a><IMG border=0 width=1 height=1 src="https://ad.linksynergy.com/fs-bin/show?id=zd9dESSndVM&bids=146261.420462919&type=2&subid=0" >
So I strip that back as prescribed to only the link portion
Sorry if I went a bit O.T.T on my description ??