Share button problem

In my iMac late 2009 the share button shows only "iCloud Photo Sharing" instead of all my share preferences. What can I do to solve it? I can't share photos in Twitter either Facebook

In the System/Extensions/Share Menu preference pane select the items you want to appear in the Share menu:

Similar Messages

  • I have final cut pro x-i have been using the share button previously and had no problem.as of today i share a movie to 720hd, and after a white it says share successful but i cannot find where the movie has been saved???need help

    i have final cut pro x-i have been using the share button previously and had no problem.as of today i share a movie to 720hd, and after a while it says share successful but i cannot find where the movie has been saved???need help--i cannot find the destination. can this be changed.it used to go to itunes, home video.thanks, dimitrios

    EExactly what settings are you using. Some go to iTunes.

  • Share Button and Notification Center Problem -  Facebook and Twitter

    My share button (Safari) does not work with Facebook. When I click, it freezes Safari. And Twitter and Facebook Notification Center also not work. I click and nothing happens. My ML is already updated, but not solved the problem.

    I know the ans...first install os x mountain lion again above all your installation..then see the build it should be.. (12c60) then..update every thing..but dont install or update..."update for macbook pro and macbook air 2.0 "it is the culprit ...then hide that update..and remember to install offline version of combo and supplement update 10.8.2..ok..as sometimes when ur notification cetre not work then installoffline "combo and supp" updates...ok..REMEMBER NOT TO INSTALL MACBOOK AIR AND MACBOOK PRO 2.0 UPDATE...PLZ...AND USE UR SYSTEM...!! follow me https://www.twitter.com/ankit8083   https://www.facebook.com/ankit8083...good luck..DONT CHANGE UR BUILD..AS IF U WILL CHANGE IT THEN UR SHARE BUTTON WILL NOT WORK..IN NEW BUILD..!!And wait for apple to get new build after april 2013...but not download macbook pro and macbook air 2.0 update..which help in graphical improvements and some usb devices...!!

  • 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 :

  • 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!

  • 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.

  • 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.

  • The share button disappeared from my Facebook add-on just before I upgraded to Firefox 5.0. I thought by upgrading and reinstalling the add-on it might come back, but it didn't. All other FB buttons are there, near as I can tell. Any ideas? I'm using XP3.

    The share button disappeared from my Facebook add-on just before I upgraded to Firefox 5.0. I thought that maybe by upgrading and reinstalling the add-on it might come back, but it didn't. All the other FB buttons are there, near as I can tell. Any ideas? I'm still using XP3.

    Hello,
    I had the same problem with finding this file.
    There's no such file in Mac OS X version of Skype. But there's a directory for your Skype user account in /Users/%current_user_name%/Library/Application Support/Skype/
    try:
    quitting Skype
    renaming old folder
    signing into the Skype

  • Share button not working

    I tried doing the hard reset for the phone but for some odd reason it still keeps doing this ridiculous thing..
    On safari, if you would like to share a link to a person using message you click on the share button and then you just need to put the recipient . After putting the name of the person--your whole screen freezes after a minute it goes to the message where you can send it. Right after you do that it(the message box) just disappears so then the dilemma is DID IT ACTUALLY SEND? The answer is-- NO. So then you have to do it over instead you copy and paste the link in the actual message app which is stupid. Is there a way to fix this? Its not only for safari. Once you click share most of the apps just freeze.
    Thanks for the help.

    I had same problem and called apple tech support and on their suggestion I did the following and everything working ok now.  Hope it helps.
    If sharing options and Markup are missing after you install OS X Yosemite
    If Share button options (Email This Page, Facebook, etc.) or the Markup feature are missing after you install OS X Yosemite, follow the instructions below.
    Follow these steps in each user account on your Mac to restore Share button options and the Markup feature.
    Open the Terminal app. You can launch Terminal from the Other folder in Launchpad, or enter "Terminal" in Spotlight search.
    Copy and paste this command into the Terminal window:/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/Support/lsregister -kill -seed
    Press Return and wait for the Terminal prompt (ends in $) to reappear. It may take a few minutes.
    Close the Terminal app.
    If you have another user account on your Mac that has this issue, log into that account and repeat these steps.

  • Share button not working in Safari 8.0

    I've just upgraded my iMac to Yosemite, but neither the Share button nor the share item in the menu are working in Safari 8.0. I'm pretty sure the problem has something to do with the Extensions in my System Preferences, since the share button is working fine in Safari on my Macbook Pro, but if I open System Preferences/Extensions, on the MBP Share Menu is listed in the left hand column, and shows all the share services, but that item is missing from System Preferences/Extensions on my iMac. Does anybody know how to turn it on? There are no more updates waiting to be downloadedI've tried restarting but that didn't help.

    I had same problem and called apple tech support and on their suggestion I did the following and everything working ok now.  Hope it helps.
    If sharing options and Markup are missing after you install OS X Yosemite
    If Share button options (Email This Page, Facebook, etc.) or the Markup feature are missing after you install OS X Yosemite, follow the instructions below.
    Follow these steps in each user account on your Mac to restore Share button options and the Markup feature.
    Open the Terminal app. You can launch Terminal from the Other folder in Launchpad, or enter "Terminal" in Spotlight search.
    Copy and paste this command into the Terminal window:/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/Support/lsregister -kill -seed
    Press Return and wait for the Terminal prompt (ends in $) to reappear. It may take a few minutes.
    Close the Terminal app.
    If you have another user account on your Mac that has this issue, log into that account and repeat these steps.

  • The share button does not seem to be working

    I'm trying to burn a movie I made onto a CD for a project and I click the share button but nothing happens. Is there another way to burn it or am I doing something wrong?
    Thanks for reading,
    Clara

    I had the same problem. MacKeeper is the problem. Once MacKeeper is gone, reinstall Imovie 10 and the problem is solved.
    Dirk - Belgium

  • Facebook share button in web gallery

    Is it possible somehow to add a facebook share button to the photos in the web gallery? I use the web module to create galleries of athletes - and I want to give them the possibilty to share their photo by clicking in the gallery instead of right click and "save as..."...
    Hope sombody can help!
    Thanks
    Marty

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • Share buttons dissapeared in the notification centre

    The share buttons were there withthe new message thing and then i restarted my laptop because i deleted a few things to fix another problem with mavericks and then the buttons were gone. i went to notification settings and turned them off and on but its still gone.

    Hi,
    Could you tell what you have tried to save us stating things you have already tried ?
    I am still not sure the Question is about iMessages and the Messages app.
    10:41 pm      Thursday; October 31, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Share buttons on Blogspot are not showing up.

    This is my blog address: http://realityhideseek.blogspot.com/
    I have www.addtoany.com share buttons under each post that show up in Chrome, but not in Firefox. I've read several help articles, but none seem to do any good. This is only since the upgrade to FF 25. Some other problems also happened to my blog, which I have since fixed. This is the only one I can't figure out.

    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Share Button

    My share button on iMovie 13 (10.0.2) on my Macbook Pro is not functioning. I know that many others have had this problem; I have read other forums. I have tried to uninstall and reinstall, but it still has not worked. As for deleting MacKeeper, it was not found in my Applications folder (probably because I had not installed it). Are there any other things that I can do to fix my share button?
    Thanks

    My share button on iMovie 13 (10.0.2) on my Macbook Pro is not functioning. I know that many others have had this problem; I have read other forums. I have tried to uninstall and reinstall, but it still has not worked. As for deleting MacKeeper, it was not found in my Applications folder (probably because I had not installed it). Are there any other things that I can do to fix my share button?
    Thanks

Maybe you are looking for