Plugin takes URL from get_permalink() function the http://codex.wordpress.org/Function_Reference/get_permalink
Please let me know if you have any questions.
Ludwig Van Normainen
NextScripts.com
Thanyou for your response,
although I did ask 3 questions about SNAP & from what I can see you have only bothered to answer one!
Q 1. Hi, can you tell me please how can I make SNAP use the originating url of a post instead of reverting back to my blog url..?
Q 2. So somewhere in the process SNAP is reverting back to my blogs url & not the original / source URL.
Q 3. Is there any way around this ..? because other than this issue the plugin is great and posts out to my social accounts without any trouble.
Your reply it seems is in answer to question 2, but there is no reply or even a comment on questions 1 & 3..?
Please answer my questions fully, perhaps then I may be able to get this issue dealt with.
Thankyou Steve…
Actually my answer covers all your questions. Our plugin does not create or alter the URL of the post. It takes it from the standard WordPress function.
If you need to alter the output of that function you need to find the plugin that can do that or get some custom function.
Hmmm I do apologise, my mistake !
But not being a coder I do have trouble fully understanding the php code & terminology.
Having checked the code sheet of my theme, I see that it uses the_permalink as opposed to get_permalink. This then explains why the correct url displays on the page on mouse over. And if I read this correctly it is because one calls the function from outside the loop yet the other is inside the loop..?
So what I need is some method of using the_permalink instead of get_permalink hmmm..?
One other thing, I checked through a few of the code sheets of SNAP & found get_permalink in NextScripts_SNAP.php & in inc-cl/di.php(which is the one I used for testing)
So my question now is, is the url set in the code sheet for each networking / bookmarking site ..? or is there one central place where it is set..?
Thanks Steve…