[Pro] E-mail from «Add this button»

The e-mail option in the drop-down window does not generate an e-mail that reaches the recipient following Submit.
This is an example:
http://www.panoramas.no/hordaland/bomlo/Moster-Amfi/index.html
Suggestions?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

The e-mail option in the drop-down window does not generate an e-mail

My Norwegian? is not up to this. Where is this drop-down window?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry. The «Share»-button at the bottom/right corner. Any help is appreciated


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try turning off the Email hiding option in the Document Setup dialog: http://cl.ly/A77y. It looks like your username is being encoded, which might be causing the problem.

On 14 Sep 2011, at 07:27, Elfinn wrote:

Sorry. The «Share»-button at the bottom/right corner. Any help is appreciated


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks. I tried that, but it did not get better.
Are my action settings OK?
http://dl.dropbox.com/u/16784153/Action.jpg


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Elfinn,

Actually, it’s possible the code the Action is using is the problem. Until we can update the Action with the new code, can you create your button manually here https://www.addthis.com/get-addthis and paste the code in a Markup Item in Freeway.

Sorry for the inconvenience,

Joe

On 14 Sep 2011, at 08:03, Elfinn wrote:

Thanks. I tried that, but it did not get better.
Are my action settings OK?
http://dl.dropbox.com/u/16784153/Action.jpg


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you for your effort.
The insertion of code went OK, see the page below, bottom left. However, a sample e-email do still not reach the recipient.
http://www.panoramas.no/hordaland/bomlo/brua/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Did you log into AddThis to create the code? The user id is different in the new one than the old one.

Joe

On 14 Sep 2011, at 13:30, Elfinn wrote:

Thank you for your effort.
The insertion of code went OK, see the page below, bottom left. However, a sample e-email do still not reach the recipient.
http://www.panoramas.no/hordaland/bomlo/brua/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I did just “Grab” the code from the internal AddThis web-page and entered it in a markup item as described. I have repeated all the steps, just to make sure. Same result. Did I miss a step somewhere?
http://www.panoramas.no/hordaland/bomlo/brua/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

When you go to the AddThis site, does it say Hi and your username in the top right? If it does, try removing the old AddThis item in Freeway, it might be conflicting with the new one. If it doesn’t then log in (or create an account) and get the code again.

Joe

On 14 Sep 2011, at 14:42, Elfinn wrote:

I did just “Grab” the code from the internal AddThis web-page and entered it in a markup item as described. I have repeated all the steps, just to make sure. Same result. Did I miss a step somewhere?
http://www.panoramas.no/hordaland/bomlo/brua/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That worked fine, now I do get e-mails through. Thank you, great help!
I guess it is necessary to have the Capcha-step before the e-mail i sent, but I found the letters hard to decipher.
How do I delete the Print-button (these are 360-degrees panoramas not suitable for printing)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

you can do this by adding the following code before the closing head tag (open Page>HTML Markup and select “Before ” from the dropdown menu):

<script type="text/javascript">
var addthis_config =
{
    services_exclude: 'print'
}
</script>

If you want to exclude any other services you can add them to ‘print’. So, for instance ‘print, myspace, facebook’. A list of codes can be found here: http://www.addthis.com/services/list

Joe

On 16 Sep 2011, at 07:52, Elfinn wrote:

That worked fine, now I do get e-mails through. Thank you, great help!
I guess it is necessary to have the Capcha-step before the e-mail i sent, but I found the letters hard to decipher.
How do I delete the Print-button (these are 360-degrees panoramas not suitable for printing)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I am helpless at programming.
Below you will find what I have inserted before . However, this removed the Twitter-, but not the print-button :slight_smile:

<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
    swfobject.registerObject("mypanorama.swf", "9.0.0",
"expressInstall.swf");
</script>
<script type="text/javascript">
var addthis_config =
{
services_exclude: 'print'
}
</script>

http://www.panoramas.no/hordaland/bomlo/slatteroy/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hmm, strange. Did you take the code out already? I didn’t see it in there. Add it again and try refreshing the page a few times. If that doesn’t work, leave it on so I can take a look.

Joe

On 16 Sep 2011, at 11:16, Elfinn wrote:

I am helpless at programming.
Below you will find what I have inserted before . However, this removed the Twitter-, but not the print-button :slight_smile:

http://www.panoramas.no/hordaland/bomlo/slatteroy/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry, my fault. But inserting the code does not remove the printer icon.
http://www.panoramas.no/hordaland/bomlo/slatteroy/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your current AddThis code looks like this;

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a href="http://www.addthis.com/bookmark.php?v=250&amp;pubid=ra-4e7096901d17832e" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e7096901d17832e"></script>
<!-- AddThis Button END -->

and you need to remove the ‘addthis_button_preferred_4’ line to remove the printer option;

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a href="http://www.addthis.com/bookmark.php?v=250&amp;pubid=ra-4e7096901d17832e" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e7096901d17832e"></script>
<!-- AddThis Button END -->

Remove this line as well as the code you added to the document head that Joe suggested and you should be back on track.

Regards,
Tim.

Tim Plumb
Creative Director
Softpress Systems

Follow us on Twitter: http://www.softpress.com/tny/064
Join us on Facebook: Redirecting...
Looking for a webhost? We love these guys: Softpress » Web Hosting Partners


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you, now I´m happy with this detail. Great.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options