Page 1 of 1

Spinning Images

PostPosted: Fri Jan 10, 2014 1:03 pm
by Osensnolf
Is there an option to spin an image?

We include a picture of our product in our email. If we send it to 100k emails, then the same image URL is used 100k times.

Is there a way to spin it? Revise the Insert Image tool and include Image Source 1, Image Source 2, Image Source 3, etc.

Even if we spin everything else, if the image URL goes to a bunch of emails, I think it will cause spam alerts.

If someone uses an Interspire template, I think they will also have a similar problem since the images for the template are not changing. I would think that you could use a similar setup as the Link Spinning tool. Just rotate the domain URL.

Let me know.

Thanks!

Re: Spinning Images

PostPosted: Fri Jan 10, 2014 1:45 pm
by MaBoRaK
loading.........

Hello hello, on this case we spin the images similar to any content:

Way to spin number 1:

Code: Select all
blabla
<img src="http://yourNORMALinterspire.com/admin/temp/newsletters/1/{image1.jpg|image2.jpg|image3.jpg}" />
blabla


Way to spin number 2:

Code: Select all
blabla
{<img src="http://yourNORMALinterspire.com/admin/temp/newsletters/1/image1.jpg" />|
<img src="http://yourNORMALinterspire.com/admin/temp/newsletters/1/image2.jpg" />|
<img src="http://yourNORMALinterspire.com/admin/temp/newsletters/1/image3.jpg" />|
<img src="http://yourNORMALinterspire.com/admin/temp/newsletters/1/image4.jpg" />}
blabla


PS: the URL in the image is rotated too similar to links.

connection closed.

Re: Spinning Images

PostPosted: Fri Jan 10, 2014 5:19 pm
by Osensnolf
So this will work?

Here is a picture of our product {<img src="http://www.imagehost.com/product-img1.jpg"/>|<img src="http://www.anotherimagehost.com/product-img1.jpg"/>|<img src="http://www.imageserver.com/myproduct.jpg"/>}

I really like this addon. :-)

Thanks.

Re: Spinning Images

PostPosted: Fri Jan 10, 2014 5:42 pm
by MaBoRaK
loading...........


Yes, this SPINTAG will work.


connection closed.