Adding share buttons

has anyone had any success adding share buttons, such as add this, etc.

Hi Robert,
I have a tutorial on my site:
http://allaboutiweb.com/index.php/2008/08/add-social-bookmarking-to-your-iweb/
+I may receive some form of compensation, financial or otherwise, from my recommendation or link.+

Similar Messages

  • Need help with adding Facebook share button

    I need to add a simple Facebook share button in the row of social share buttons at the bottom of the page http://www.ottawapatentagency.com  I just need a simple button, I don't need any counts, nor any analytics. I tried to insert the code from the Facebook developers pages and follow the instructions, but I can't do it.
    I am neither a Facebook developer nor a programmer, for that matter, help!

    Have you created your Facebook share button code from the Facebook resource page below:
    Share Button
    Once you have done that copy the code and paste it in your pages code, directly after the opening <body> tag.
    Then add the <div> in which your Facebook share button will appear directly before your Google plus <div> (see below)
    <div class="fb-share-button" data-href="https://developers.facebook.com/docs/plugins/" data-width="200" data-type="button_count"></div>
    <div class="g-plus" data-action="share" data-annotation="none" data-href="http://www.ottawapatentagency.com/index.html#reaching_out"></div>

  • Adding a share button!

    hello everyone,
    out of curiosity do you guys know how to add a share button?
    so far I used this one: http://www.addthis.com/
    pasting the html code onto the html snippet but it doesn't work, you can look at my website to check: www.mathiaspardo.com
    do you have any code that works?
    cheeeersss

    found this thread....
    http://www.addthis.com/forum/viewtopic.php?f=5&t=9952
    doenst help much though....

  • How to add a google+ share button to a composition?

    I am working on a little app for which I want to add share buttons.
    I don't have problems adding Facebook share and Twitter buttons, However I cannot find a way to add a Google+ share button.
    For FB I create a rectangle and name it fbBtn. Then on click I add the foolowing code:
    FB.ui({
              method: 'feed',
              name: 'Win designer fashion jewelry from Baloka',
              link: ' http://www.mysite.com/',
              picture: 'http://www.mysite.com/external-xfbml/share-image.gif',
              caption: 'Win designer fashion jewelry from Baloka',
              description: 'Baloka is giving away 22 designer fashion jewelry by Maria Mizrahi. Check this out. Do you want to win? You could...',
              message: ''
    For Twitter I create a rectangle and name it twitterBTN. Then I add this code to document.compositionReady:
    var twitter = sym.$("twitterBTN");
    var c = '<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://baloka.com/content/socialApp/fb.html" data-text="Win cool trendy designer fashion jewelry - check this out" data-via="BalokaDesign" data-count="none" data-hashtags="BalokaSweepstakes">Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id =id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(docu ment,"script","twitter-wjs");</script>';
    twitter.html(c);
    For Google + I found two ways to add a share button:
    First:
    Adding this snipped to the html document (not in EA):
    div class="edgeLoad-EDGE-467457915"><a href="https://plus.google.com/share?url={http:baloka.com}" onclick="javascript:window.open(this.href,
      '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><img
      src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"/></a></div>
    and adding this to the head:
    <!-- Add the following three tags inside head. -->
        <meta itemprop="name" content="Baloka Sweepstakes">
        <meta itemprop="description" content="Win designer fashion jewelry by Maria Mizrahi - Baloka.
        There are 22 prizes including earrings, bracelets, necklaces and a couple of $100 gift certificates.
        Please share with your friends.">
        <meta itemprop="image" content="http://cdn2.bigcommerce.com/server2100/a154e/products/102/images/243/LittleTotemEarrings__ 55527.1355162788.1280.1280.jpg">
    This works as expected, but I am having a hard time position the button in the right place on my page. I can see the button in EA, but the position I set it in there is not maintained once the file is published.
    Thus, I would like to know how to include the code directly in EA as I am doing with the Twitter and facebook buttons.
    Second:
    Adding this to the html document (not in EA):
    <div id="gplus1" data-action="share" data-annotation="bubble" class="edgeLoad-EDGE-467457915"></div>
    <!-- Place this tag after the last share tag. -->
    <script type="text/javascript">
          (function() {
                    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                    po.src = 'https://apis.google.com/js/plusone.js';
                    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
      </script>
    Again, this works, although with this code I don't know  how to customize the name, description and image for the info I am sharing.
    In this case I was able to include the code on EA adding the following to document.compositionReady:
    var googleplus = sym.$('googleplus');
    var click = "javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');";
    var g = '<a href="https://plus.google.com/share?url={http://baloka.com/content/socialApp/fb.html}" onclick="click";return false;"><img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"/></a>';
    googleplus.html(g);
    The problem here is that instead of opening a window, it replaces the page with the one supposed to be on a different window, which I don't like.
    So, in short, I need some help figuring out how to include the code directly in EA for the first method for Google+.

    I don't have an answer for you, but I do have a question. You said the FB code works. What did you do? What did you put in your html page? I tried the FB code above and it gives me an ID error. Appreciate it if you can elaborate more. I just posted the ff in the forum "Customizing FB Share in Edge Animate"
    Thank you!

  • Please add a "link" or "share" button to replies / answers for easier referencing and linking.

    Currently, the only ways to link to a specific reply or answer are:
    Hunt through the poster's activity page and look for the link to the post in question, or
    Inspect the post's HTML, extract the ID from the enclosing <li> tag, then manually construct the URL by adding it as an anchor to the top level URL.
    Example: https://social.microsoft.com/Forums/en-US/4fb9d481-741f-49ea-9059-ff1757ead511#b7e0c275-0645-4c3b-a314-480cb89ef04c was
    constructed using method 2. See that link for a discussion related to this topic.
    These both stink. A forum, especially one as full of information and as frequently cited as this one, really ought to have an easier way to link to specific replies.
    Please add a "link" or "share" button (or something similar) that generates a URL that links directly to the post. Perhaps it could go down next to the action links (reply, quote, etc) or over near the vote button.
    If one exists, I apologize but I have not been able to find it (and at least one moderator - the one who replied in the example link I just posted - is also unaware of it). This forum has been around long enough that I'm a bit surprised it does not have
    this yet.
    Thanks,
    Jason

    Sorry,  not possible.
    I want to correct myself. There is an old "hack" that still seems to work, which is to create a link to a file, but instead of pointing it to a file you point it to a folder. But Acrobat only lets you select a folder when you create such a link, so how to do it? Create a Word document with such a hyperlink and then use the PDFMaker plugin to convert the file to a PDF. This side-steps the Acrobat limitation and gives you a link to a folder, which when clicked will open it in Windows Explorer.
    As I said, it's a bit of a hack and it's possible it will stop working if Adobe ever decides to block it, so use it with care.

  • "Share" buttons gone.

    The row of social networking share buttons that I had on my MUSE made website have disappeared. I updated some pages and uploaded them and the icons for the share buttons were gone. I went back to addthis.com and got a new line of code and added it to my website in MUSE and uploaded and it doesn't appear at all in Google Chrome. The word "Share" appears in Firefox and the bar and icons appear in Internet Explorer, but, the buttons don't work. I am copying the code and then pasting in using the "Edit HTML" dialog and it doesn't seem to be working. Any ideas?

    Thanks Brad. A friend told me it was working fine on her computer (a Mac). I still have the same issue in certain browsers (Chrome and Firefox) on my HP pc. I did open a Safari browser and it looks and works as it's supposed to. I am using Windows 7 and Google Chrome is the default browser and the share buttons do not show up. Any thoughts on why that may be happening?

  • Share-button lets you.. well, share!

    Hi all,
    we've just added a "Share"-button from addthis.com to the sidebar on the right. It's the same service that Beta Labs (www.nokia.com/betalabs) and the Nokia Conversations site (http://conversations.nokia.com) are already using.
    The button lets you post and share any topics from these boards to your accounts or friends in Facebook, Myspace, Digg, Delicious, Technorati etc. etc.
    Please try it out and tell us what you think.
    I wrote all my posts from 2005-2011 as an "Admin" for this community. I still work for Nokia as an external consultant, so my rank in all posts is now "Employee".

    OK..Who did it?  Own up! 
    Apple release devices with the new Retina Displays so we can see more colours..So which ******* decided that all icons will be monochrome???  Can someone at Apple explain the thinking behind this - "we will make better displays so you can see better colours, but we are going to make all programmes monochrome"
    "The monochrome appearance of Aperture 3.3 is absolutely disgusting and reduces efficiency. It will now take me longer to find the correct button to push. Only by a few seconds but every second counts. Do we really want to live and work in such a drab and dreary environment? Monochrome is not a good look fashion be damned.
    I am sure its a good upgrade in other areas but I feel totally robbed you have taken my color away! Colour icons are EASIER to recognize."
    "CONSTRUCTIVE FEEDBACK / SUGGESTION: Make the icon colouring a user selectable option!
    Aperture -> Preferences -> Icons set: monochrome / colour
    The monochrome appearance of Aperture 3.3 reduces efficiency. Colour icons are EASIER to recognize."
    Quotes courtesy of Dickon Whitehead and imagje

  • Finder share button only has Email, Messages, and AirDrop

    I've successfully added Facebook and Twitter accounts under System Preferences > Internet Accounts yet my Finder share button only has Email, Messages, and AirDrop as options. How can I fix this?

    Thanks for opening the new thread,
    Go to OPTIONS _STATUS and send me the numbers for file free and file total.
    Thanks!
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Some share buttons don't work on my tablet

    I have a Samsung tablet, model GT-P3113 and its Operating System is Android. In some websites when I click share buttons like addthis and sharethis, they don't work and are inactive. I refresh the page and it doesn't help. For example, none of share buttons of http://www.threehosts.com/ratings/comparison-software/wordpress-vs-joomla-vs-drupal.html work on my tablet, but when I go to this page via my Laptop the share buttons work. My laptop OS is Windows 8.
    One of my friends has iPad and I sent this link to him. The share buttons work correctly for her.
    Does my problem come from my Android which doesn't support share plugins perfectly, or it comes from my tablet model?
    Is there anyone with Samsung GT-P3113 on this forum? If so, could you please test the mentioned page and tell if its share buttons are active or not?

    I have the Samsung Galaxy Tab 2,  7", model GT-P3113, wifi only (not on my Verizon plan).  It's currently running Android 4.2.2; the share buttons on the site you listed above seem to work for me...I didn't actually go through and "share" anything, but I did get to this screen and it appears that all I need to do is log in to whatever service I want to  use to share the post :

  • Share button missing "Email"

    Using Mountain Lion, when I open any application that supports iCloud (TextEdit, Pages, Numbers, Preview, etc.), then highlight an item and click the SHARE button at the bottom, I don't see "Email" as an option...though it's supposed to be there (it shows up in many Mountain Lion tutorial pictures).  I see "Message" and "AirDrop" only.   And yes, I have Mail.app setup.  Any ideas?

    Thanks Larry I'm well aware :)
    Doesn't make a difference though, in my opinion it's still my favorite mail client on OS X.
    Regardless of the mail client sharing via email should be enabled using the share button.
    I was hoping for a command prompt settings mod or something of the like :/

  • Share buttons disappear at every restart

    Since 2 days at every iMac restar share buttons in notification center are missing. I think it's due to mavericks update.
    Things I tried:
    - ensure facebook/twitter accounts are properly enabled
    - share buttons in notification center are properly enabled
    - reset PRAM
    - restarting (of course)
    but nothing happens, at every restart share buttons are missing, i can have them back just going in notification panel and disabling/enabling facebook or twitter notifications, i'm doing this every time i boot the mac, and, of course, it's realy annoying...
    Any advice?

    Try to disable transparency in Windows, see:
    *[[/questions/804050]]
    #Right click in a free space on your desktop.
    #Left click on Personalization.
    #There are four options at the bottom of the screen, choose "Window Color and Appearance".
    #Select a border color
    #Uncheck: "Enable transparency"
    * http://www.tech-recipes.com/rx/966/vista_enable_or_disable_aero_glass_transparency_effect/

  • I can't post on my facebook account. Either it has a share button and it doesn't record my post, or there is NO share button.

    For the last 5 days, I've been getting a message that says firefox has blocked me from opening a new window. I have to x that to get onto facebook. Once I'm in, everything I try to do brings up this message. My friend's posts don't have the share button. My home page HAS a share button, but when I enter something into my status update and hit share, nothing happens. I use Windows XP Home Edition, Version 2002 Service pack 3. Since having these problems, I've tried updating my Java program and my firefox. I updated Java because I kept getting script errors and Face book would tell me my Java script was disabled on my log in page.
    == URL of affected sites ==
    http://www.facebook.com

    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    * https://support.mozilla.com/kb/Secure+Connection+Failed
    You can retrieve the certificate and check who issued the certificate and other details like when it is valid.
    * Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    * Click the "View..." button to inspect the certificate and check who is the issuer.

  • How can I add a custom made share button for Facebook?

    Hi!
    I have built a custom "share"-button for Facebook (with an additional layer for rollover/active states, using photoshop), but I don't know how to make it work?
    What code do I have to use, or can I just create a link using my button? What would the adress be?
    I googled this but couln't find anything that helped...
    Thanks in advance!

    It doesn't appear so simple Tobi. The image is pulled from Facebook's servers and the button in itself is an altogether different HTML page from Facebook shown on your site within an iFrame.
    I found something similar to your request (this requires PHP support on your server). Please check the below link.
    http://www.daddydesign.com/wordpress/how-to-create-a-custom-facebook-share-button-with-a-c ustom-counter/
    Thanks,
    Vikas

  • Share button no longer working after updating to iOS 6.1.2

    So this morning I updated both my iphone and ipad to 6.1.2 and now the share buttons in the app store no longer works, when I use the search function. To be specific if I do a search for anything and then try and open one of the apps in the search results and push the share button it never opens up the window to select a sharing option. The loading wheel at the top of just spins endlessly, but if I go to the "featured apps" page and click an app the share feature works. Worth noting that my iPad was also updated and works regardless

    Hey I get this too does anyone else get it? Would just reinstalling fix it?
    I have an iPhone 4 with 6.1.2.
    xeni

  • Safari 6.0.4 "broke" Share button - also Mail can no longer find the application (installed via Map App store)

    Since installing the 6.0.4 Safari update via the Mac App store, I have a host of problems:
    1.  Mail can no longer find "an associated app" when I click on a url in a mail message
    2.  The Share button (extension) in the Safari toolbar no longer works
    3.  Any attempt to open a new url results in a new safari window being opened although in my preferences I have "open new windows in tabs" selected
    4.  If I click on a tab that was previously open I am continually asked to refresh the window
    5. I have had about a half dozen "Safari not responding" events since the upgrade, forcing me to Force Quit - generally when I'm trying to use one of the extensions or returning to a prebiously opened tab 
    6. Safari is intermittently unresponsive to  mouse clicks -functionality can only be restored by refreshing the page
    7.  Safari can no longer find my passwords for some extensions (e.g. Buffer)
    8. Safari is EXTREMELY slow loading pages - stalls out a few moments after entering url (or switching back to that tab) - sometimes for as long as 2 or 3 minutes
    All the Safari extensions I have were eeither pre-installed or from Apple's Safari extensions page.
    The install also corrupted my iCloud (AppleID) password, but thiswas easily fixed in Keychain.
    Anyone have a fix or know of any software conflicts that could be responsible?
    OSX 10.8.3
    Safari 6.0.4

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then uninstall them one or a few at a time until you find the culprit.
    If you wish, you may be able to salvage the malfunctioning extension by reinstalling it. That will revert its settings to the defaults.

Maybe you are looking for