Social Sharing only links to Publication URL not Web Viewer URL

I initially created a multi-folio app with the DPS App Builder (Social Sharing enabled per the instructions), but forgot to enable the Web Viewer on my account.
This, per the documentation under Enable Web Viewer in this article: http://help.adobe.com/en_US/digitalpubsuite/using/WS9293e1fb3b977c5c-6c5b4101331de1fd6a-80 00.html, causes all SHARED links to be the Publication URL. Oops!
I have since enabled the Web Viewer, republished my Folio AND re-generated my app, and the Social Sharing button in the App will only display the Publication URL, and not the Web Viewer URLs.
Do I just need to be patient?  It's been a few hours.
Also: is there any way to get to the Web Viewer URLs outside of sharing through the app?

See this thread about a Sept 27th outage which may have affected you.
http://forums.adobe.com/message/4732668#4732668

Similar Messages

  • Table.Maint.Gen-- Events are only for DB tables? not for views?

    Hi,
    Are the events in Table.Maint.Gen only for DB tables? not for views? because I have written the logic in events of Table.Maint.Gen of a view but it is not getting executed.

    Hi,
    1.Yes,The events are only for the Data Base tables ,not for the Views.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc
    Regards,
    Shiva Kumar

  • Apple TV Home Sharing only detects Macbook Pro but not iPads

    Hello
    My Apple TV (2nd gen) will only detect my Macbook Pro on Home Sharing. I have two iPads (1st gen and iPad Mini) both updated to the latest iOS but they just wont show up on apple TV home sharing.
    Any thoughts?
    The software on all devices is up to date, and all devices are connected to the same network.

    Your first generation iPad is only capable of basic AirPlay, instruction for basic AirPlay are:
    Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    Your problems on the iPad mini, indicate a network problem at your end, perhaps the distances are too great or you have interference on your network.
    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • Shared solution - Link to a directory not a file

    Approximately six months I remember seeing in the consultant newsletter a procedure to allow you to create a user defined field and then link to a directory as opposed to a file.
    As usual, I cannot find this on the portal anywhere - does anyone have it or can anyone tell me how to do this.
    Thanks in advance
    Edited by: Susanne Klemm on May 7, 2008 1:44 PM
    Edited by: Philip Eller on May 21, 2008 9:00 AM

    Hi
    You just need to create a file with .bat extension and assign the command you want to run. In this case run the explorer and point to the folder you want. Here are the steps as a sample:
    1. Create a file test.bat
    2. Add the command followed by the folder you want to open:
    explorer C:\Install
    3. Create and UDF as
    Type: General
    Structure: Link
    I hope that helps.
    Paulo CAlado
    SAP Business One Forums Team

  • Link to Specific Lotus Notes Database View

    Does anyone know how to create a link to a specific view in a Lotus Notes database using Dreamweaver CS4?
    Thanks.

    Hi nehde,
    To connect lotus notes Database as Data server, you need to confogure the connection
    Steps:
    1. MII Menu -- go to Data servers and click new button for adding new connection, there it will ask for type of connection
    2. Fill the all required fields which has mentioned in that screen.
             Name: Database Name
             connector :  connection type automatic appeares
             connection type: Lotus
             Dateprefix :  '
             DateSuffix:  '
             DaysRetention: 7
             internalDateFormat: yyyy-MM-dd HH:mm:ss (your wish)
             JDBCDriver: Ask Lotus Adminstrater( he will provide)
             MaxretryCount: 5
             Password:  Ask Lotus Administrator( he will provide)
             PoolMax: 100
             Poolsize: 1
             Retryinterval: 60000(upto requirement)
             SeverPackage: com.sap.xmii.Illuminator.connectors.<Type of Connection>
             serverURL: Ask Lotus Adminstrater( he will provide)
             Timeout, UseCount: (upto you)
             UserName: Ask Lotus Adminstrater( he will provide)
             Validationquery: select sysdate from dual
             Waittime: (Upto you)
    Then save it and click the status. If its fine, it shows the status running or error.
    If shows error, check the JDBCDriver, ServerURL, Username and password.
    After all this, you can see this in Connection Status and in MII Workbench.
    Thanks,
    Kind Regards,
    Praveen Reddy M

  • Link to local PDF-file / or html (not web-view)

    Hi,
    i posted this in the prerelease-forum and got no answear so i thought i give it a try and post here.
    i see it is possible to link to a local pdf file with the webview function.
    but i want to show a local pdf-file in the app-browser. the one in which  linked websites are shown and where i can click "done" to close the  window.
    i've seen it f.e. in the "new yorker" app where f.e. the cartoon gallery is shown in this browser, so it has to be possible.
    does anybody know how this could work?
    tyvm
    david

    Your code is a mess:
    ** there is no apparent reason for the span:
    <td><span class="style1"
    onfocus="MM_openBrWindow('pdf/PR_launch.pdf','','')">Milford, OH
    So change that line to:
    <td>Milford, OH
    ** here you have two double quotes before This.
    <a title="”This" class="pdfFile"
    onclick="MM_openBrWindow('pdf/PR_Launch.pdf','','')"
    Change it to this, (with some other improvements):
    <a title="This" class="pdfFile"
    onclick="MM_openBrWindow(this.href,'','');return false"
    ** This is code salad:
    href="”PR_Launch.pdf”" link="" will="" open="" a=""
    .pdf=""
    file.”="">More (PR_Launch.pdf,
    230kb)</a></span></td>
    Change it to:
    href="pdf/PR_Launch.pdf">More (PR_Launch.pdf,
    230kb)</a></td>
    If you continue to have trouble, you might find my divaPOP
    Extension
    easier, and far more powerful. It automat6ically opens pdf
    files and
    links to all external files in a popup window without your
    needing to
    code each link:
    http://www.divahtml.com/products/divaPOP/open_popup_windows.php
    E. Michael Brandt
    www.divaHTML.com
    divaPOP : standards-compliant popup windows
    divaGPS : you-are-here menu highlighting
    divaFAQ : FAQ pages with pizazz
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

  • Publication URL?

    How do you get a publication URL for enabling email sharing in App builder?

    It's difficult to understand exactly what you're asking and how far along you've gotten with turning on the Social Sharing feature in your app. Here are the main steps:
    * In the Account Admin tool, configure the Application account to turn on the "Enable Web Viewer" option. Also, specify the iTunes URL and the Redirect URL settings. If someone taps a link on the iPad and your app isn't installed, the iTunes URL lets them download the app. If sharing link is no longer valid for whatever reason, the Redirect URL points them to a different page, such as the iTunes URL or a web page. You can also specify paywall options.
    * In the Folio Producer Editor, turn off "Protected" for all the articles you want to share. When a user shares an unprotected article, the article link is included in the email, tweet, or Facebook page. When a user shares a protected article, the Publication URL link is used.
    * When you use the DPS App Builder to create the app, use the Social Sharing section to enable social sharing and include a Publication URL. As I mentioned, the Publication URL is used for the link when a protected article is shared. (If you want to see the difference, open one of the folios in DPS Tips, and choose Copy Link from nearly any article and paste it. Then choose Copy Link from the Credits page and paste it. The Credits page in each folio is protected, so it links to the Publication URL.)
    Here's more information:
    http://help.adobe.com/en_US/digitalpubsuite/using/WSf6ef983f54a76485-3d39e50113568f15d7f-8 000.html

  • Social sharing and device orientation

    Is it possible to let the social sharing feature of Sprint 20 share not only the folio but also remember the orientation of the device?
    Currently the landscape view is presented first. Even users that share the portrait view end up sharing the landscape view first. As the content can be completely different between landscape and portrait, or landscape can be a "rotate" icon. This is just confusing (at least with our test panel).
    It might be that I have missed a setting but I simply can't find a way to either lock sharing into "show portrait first" or even better - to show what the reader shared (by passing on the device orientation).

    We would love this improvement!
    All our folios ar designed for portrait mode, but they contain a landscape version with image and caption only. The result is a shared folio that makes no real sense for the people who gets the invitation to read the webviewer-rendition of the folio:
    http://www.adobepublish.com/s/97a5be27-0ca6-4824-81b6-43e3b09d9f87/6260.html

  • Link in lotus notes to view SAP document

    Dear All,
    I have implemented the Z workflows through which I am sending the notification to all the cost centers mentioned in the invoice through rule(Agent determination:Function to be executed). This will cause notification to be sent to SAP inbox as well as lotus notes. Now my requirement is to have a link in the lotus notes to view the FI document & the invoice attached which has cause the mail to be sent to user.
    How can this be achieved?
    Kindly advice.
    Thanks & Regards,
    Sangeeta

    Hello,
    To solve this issue you have to make changes in the program RSWUWFMLEC. Please follow the below steps to solve this issue.
    1. Create a custom program by ZRSWUWFMLEC by copying the program RSWUWFMLEC.
    2. Find out the Language of the Appover set in the System.
    3. In the Mail sending function module you will get the language option. You have to set the language as the curent approver / mail recepiant's langue.
    4. Schedule a JOB using the report ZRSWUWFMLEC  and cancel the job which was running with the report RSWUWFMLEC.
    Regards,
    Anindya

  • Adding Social Sharing Buttons To Android Application

    Hi;
    How can i adding a social sharing buttons (facebook, twitter etc.)
    to pages (views/mypage.xml, views/mypage1.xml) in my android apllication.
    Sincerely

    read the swing tutotrial.
    Simple demo
    class extends JFrame.
        JButton b = new JButton();
        JPanel p = new JPanel();
        p.add(b);
       getContentPane().add(p);
        this.pack();
        this.show();
    }

  • Social Sharing Publication url

    We have submitted a multi-folio app for approval couple of days back.
    The magazine issues we are planning to publish are free to download. During the process of app creation through 'DPS App builder', we have setup up social sharing through email, twitter and copy link.
    Now, in the DPS App builder wizard, it asked for 'publication url' in which we have mentioned the website address for the magazine.
    My question is, when people share the article how is our website address relevant ? should we have the folio hosted on our website in order to have this enabled ? or will it be shared directly through the DPS server ?
    When we tried the sharing feature on dev app on the ipad, it just took us directly to our website and not the article which is hosted in DPS ?
    Did we do something wrong ? or will it just work when the app is in production ?

    All articles are protected by default, therefore social sharing to work, your articles has to be un-protected. You control those from the Folio producer dashbaord.
    Below is a link on a complete tutorial and giude on understanding social sharing and how to set up. Please go through and let us know if you have questions
    http://www.adobe.com/devnet/digitalpublishingsuite/articles/integrated-social-sharing-with -digital-publishing-suite.html

  • Social Sharing Links not working in v26

    We recently rebuilt our application from iPad only in v25, to Universal with v26 to enable the web-viewer. In our v25 version, our social sharing was setup and worked perfectly. For some reason though, now that we have the v26 version, all of our sharing links go to our redirect URL only.
    I've seen some issues on the forum related to renditions and naming. Has anyone experienced this? I've double checked and social sharing is enabled in the App Builder and in the Account Admin area. We are using WoodWing to publish so everything is and was unprotected by default. Below is one of the URLs that it is providing:
    http://millennialeye.com?wv=s%2FMillennial%2520Eye%2F13e831a3f9a54b87a0d0669b4a9697d5%2Fco m.brynmawr.millenialeye.ipad%2F114.html

    Bob, I believe the problem is if I have added a Hosting URL for the Web-Viewer it automatically sets the Social Sharing links to this URL.
    My question then is, does adding or removing a Hosing URL from the Configure User area require an app rebuild, or will the change be reflected in the live app once the changes hit the server?
    Thank you,
    Nik

  • Integrated social sharing via custom URLs rather than folio renditions

    We publish a free magazine on the iPad, and we have the same content available for free on our website. We would like to send all sharing traffic from the iPad to our website content, rather than to the iPad app content via folio renditions.
    Currently, we do this by coding buttons on each iPad page that, when tapped, take people to the corresponding HTML content via Twitter and Facebook sharer URLs. Naturally, we would prefer if this could be done through the "Sharing Icon" in the viewer.
    Is there a way to configure the viewer to send people to our custom URLs for Facebook, Twitter & Email?
    Thank you!

    No. The sharing icon in the viewer is dedicated to enabling the social sharing workflows provided by DPS.
    Neil

  • Home sharing on the apple TV only shows itunes purchased music,not my whole music library.

    Home sharing on the apple TV only shows itunes purchased music,not my whole music library. I can not find any settings to fix this issue.
    How do I get home sharing to see the entire library?

    AppleTV 2 and 3's main icon Music section is a shambles.
    There should be a Music store as there was on AppleTV1. Crazy you can't access Purchases unless subscribed to itunes Match.
    As Winston says you are probably not looking in the correct place for local streaming of your music library.
    AC

  • When sharing a link from Firefox, the program automatically opens Internet Explorer and not Thunderbird. Can Thunderbird be made the default for sharing links from Firefox?

    When sharing a link or page via email, either the webpage or Firefox will open up Internet Explorer to share the link or page. As I use Thunderbird for emailing, could Firefox open Thunderbird automatically instead of internet Explorer?

    From Firefox, I click on "File' and then 'Email link'.
    This results in a new Outlook message opening automatically, with the URL copied into the body of the message.
    I then add my own text, see the screenshot image. That's where the formatting problems come in!
    Cheers,
    Michelle

Maybe you are looking for

  • What Exactly should be in the Capture Scratch Folder ?

    I apologize for the moronic question, but..... I recently installed a second internal Hard Drive in my computer which I was planning to reassign the scratch disc folder to, so that my external hard drive which holds all the media / video, would not h

  • Bandwidth Management for Software

    Is there a utility out there that would allow you to allocate specific amounts of bandwidth any software could use? In many download managers (such as Speed Download, Limewire, Azul, etc.) you can easily set the total amount of bandwidth and even per

  • No Bootable Device error after fresh install

    I recently erased the original 80gb hard drive from my MacMini by removing the hard drive from the mini and putting it in a HD enclosure. Afterwards, I erased it using the Disk Utilities on my Macbook Pro before installing Snow Leopard. The installat

  • Help retreiving count as multiple columns

    I have a table 'decision_makers' with columns 'made_by' - decision maker name and 'decision_code' - code for decision 'A' -accepted 'R' -rejected 'P' -pending Assuming the data below in the table user1 'A' user2 'A' user3 'P' user1 'A' user2 'R' user

  • Change audio levels/pan on multiple clips at once?

    Hey folks, any idea if there's a simple speedy way to change the audio level or pan of multiple source clips at once? Not adding a filter etc but just going into clip and making the change, doing these manually one by one right now and would love to