Forum Moderators: open
The opt-out meta-tag is a joke, I can't change thousands of web pages...
They have to come up with a way to opt out entire websites.
They have to come up with a way to opt out entire websites.
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example1\.com [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example2\.com [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example3\.com [NC]
RewriteRule \.(jpe?g|gif|bmp|png)$ images/prevent-front-lawn-hippies.gif [L]
They are not hotlinking; full-size graphics are hosted on the Pinterest servers. Will that code work if they're not hotlinking?
don't publish/watermark your business that is your business I for one can't understand your logic
I'm not keen on watermarking the images, it's defacing my own website - cutting off my nose to spite my face.
000.000.000.000 - - [date/time] "GET /mypage.html HTTP/1.1" 200 --- "http://pinterest.com/pinner/pinnerfolder/"
111.111.111.111 - - [date/time] "GET /mypage.html HTTP/1.1" 200 --- "http://pinterest.com/pin/000000000000/"
222.222.222.222 - - [date/time] "GET / HTTP/1.1" 200 --- "http://pinterest.com/source/mywebsite.com/" 444.444.444.444 - - [date/time] "GET /myimage1.jpg HTTP/1.1" 200 --- "-" "Pinterest/0.1 +http://pinterest.com/"
when I started I did a test run to see what kind of traffic I could get. I manually posted pins for 4 hours straight and let them sit for a day. Next day I made something like $20 I think. So I decided to automate it cause I could see the huge potential this had.
Again, "Turning disadvantage into advantage!" doesn't work for me, I provide free content, I need traffic. I am not selling.
I may have to stop the free content and just sell in the future.
Again, "Turning disadvantage into advantage!" doesn't work for me
You don't have to watermark what's show on your site.
Put images in 2 directories called /site and /off-site and create a rewrite rule that redirects anything requesting the same image that isn't coming from your pages, to load them from the off-site directory.