I searched like crazy for a plugin that adds Read more… and URL to the copied text, but none had a custom limit for the copied content.
This one does that, but it does not add a https to the current URL, and with www URL, the link is not loaded on some browsers and some mobiles on facebook.
Therefore I modified this line from the php file:
$currentURL = $_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
‘https://’. must be included before $_SERVER
$currentURL = 'https://'.$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"];
When I copy text then it lost the break of the paragraph. All the paragraph showing as one paragraph! Can you fix it and inform me? I want to use this plugin in my lyrics website.
Thanks
]]>Dear sirs hello!
I am using your latest version of this plugin on my website and I noticed 2 thing that I need help with:
1) Wrong url. The setting I use, is this: Source: domain.tld. So it works ok, but the link it returns, is like it is posted x3 times: https://www.domain.tld/blah-blah-blah/%3Ca%20href=%27www.domain.tld/blah-blah-blah/%27%3Ewww.domain.tld/blah-blah-blah/%3C/a%3E
2) The paste strips the HTML (if this is the correct way to say it). I mean paragraphs, spaces between them, are gone. The paste shows as plain text.
]]>