there are a variety of things you can do that make it harder to copy text
from your blogs, but there is no fail safe approach. Even rendering your
posts as images (which avoids most of the usual cut and paste approaches)
will still fall to good optical character recognition software.
On Tue, Jul 24, 2012 at 3:13 AM, Mihad Mujanović <mih...@gmail.com> wrote:
> Hi everyone,
> Is there any simple way how to *prevent* people from *copying my texts* on
> blogger.com?
> Thanks for suggestions
> --
> You received this message because you are subscribed to the Google Groups
> "Blogger Developer Group" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bloggerdev/-/En2rzGGEVgEJ.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to
> bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bloggerdev?hl=en.
Replace your <body> tag with <body oncontextmenu='return false;' onmousedown='return false;' onmouseup='return false;'> (works if the JavaScript enabled).
Pada Selasa, 24 Juli 2012 17:13:45 UTC+7, Mihad Mujanović menulis:
Yes, but, it doesn't prevent people from doing the 'Ctrl + V' copy method.
I know because I've tested both ways of copying after adding in code to
stop copying ability.
On Aug 29, 2012 11:59 PM, "Taufik Nurrohman" <t.nurrohma...@gmail.com>
wrote:
> Replace your <body> tag with <body oncontextmenu='return false;'
> onmousedown='return false;' onmouseup='return false;'> (works if the
> JavaScript enabled).
> Pada Selasa, 24 Juli 2012 17:13:45 UTC+7, Mihad Mujanović menulis:
>> Hi everyone,
>> Is there any simple way how to *prevent* people from *copying my texts* on
>> blogger.com?
>> Thanks for suggestions
> --
> You received this message because you are subscribed to the Google Groups
> "Blogger Developer Group" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bloggerdev/-/0ZzgNXz5Lb8J.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to
> bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bloggerdev?hl=en.