Links in blogs open in external browser

Currently if a blog post in the RSS reader contains a weblink, it's opened in Cafe - which means that most of them don't work. There's no way to copy the link URL or to open it in an external browser, which defeats the point of reading them in here in the first place.
Can we have a popup "open in browser?" dialog when a link is clicked please, in which the URL is displayed and is copyable.

Hello UVSAR-DM
You can copy the URL form the Site tab, but I like your suggestion for an "Open in Browser" button. We will add that in the next dot release (end of July).
Best,
Marc.

Similar Messages

  • Pdf links will not open in new browser window

    I have created a pdf document in Acrobat 9 Pro that is password protected. You must enter the password to open it. In this document there are perhaps 15 links to other pdf documents. I set up each of the links to open in a new window. The links work as expected in Acrobat, each opening in a new window, however, when I posted the documents to the web, the links open in the same window as the original document. This would not be a big issue if the original document were not password protected, but each time the user clicks on a link, it takes him out of the original document. To get back to the original document requires re-entering the password. This is a major irritation with so many links.
    I know that you can set Acrobat to display the documents in its own window rather than in the browser, but my users don't know that. Control clicking on a pdf link does not open it in a new window as it would with an HTML link. Is there a simple fix to this problem that does not involve user intervention?

    Well, I came up with a solution, thanks to Ted Padova who offers a simple JavaScript solution on his blog at http://www.acrobatusers.com/blogs/tedpadova/opening-pdfs-new-browser-windows.
    The solution is clearly laid out even for beginners, if you know how to create a link or button.
    It seems to me that a prime objective of Adobe in developing Acrobat would be to have it behave the same way in free-standing mode and as a plug-in. In this case it does not, and obviously, it has not for the last forty-eleven years that Acrobat has been on the market. Maybe some day they will get around to a fix for this obvious problem. In the meantime, read Ted's blog and be happy we have guys like him who can solve these problems.

  • Global Policy Link Does Not Open A New Browser Window in IExpenses

    Hi All,
    On 11.5.10.2 version
    Global Policy Link which is located at the top of most iExpenses pages is
    supposed to open a dynamic web page (Core policy manuals) on a new browser when
    someone clicks on it. Currently this link, when clicked on it, brings the
    correct page on the same browser.
    I need the page to be opened in new window.
    if not so, i need a alternate solution to open in new window
    Thanks in advance,
    Vali

    Hi
      Accessing an application with the window name is not possible.The other possibility is accessing it using the application name.Follow the code...It will be
    useful for you.
    Thanks
    Anzy
    Data:    lo_cmp_api             TYPE REF TO if_wd_component,
              lo_window_manager      TYPE REF TO if_wd_window_manager,
              lo_ext_win             TYPE REF TO if_wd_window,
              lv_url type string.
    lo_cmp_api = wd_comp_controller->wd_get_api( ).
    lo_window_manager = lo_cmp_api->get_window_manager( ).
    CALL METHOD cl_wd_utilities=>construct_wd_url
          EXPORTING
           application_name = 'MYAPPLICATION'
          IMPORTING
           out_absolute_url = lv_url.
    lo_ext_win = lo_window_manager->create_external_window(
                                       url = lv_url
                                       title = 'My Application' ).

  • URL Links won't open pages in browser

    Hi, I'm in a Connect session right now, and every time I try to open a link (via a shared powerpoint, or using "Browse To" in a Web Links object, or clicking a url in a chat window) instead of opening a browser page the system tries to download the HTML file and open it for editing.  I'm sure this has something to do with a Flash or Connect setting, but I can't find where to look.  And I can't use the in-Connect Help, because it won't open!    If anyone can help me figure out what's wrong and how I can fix it I'd really appreciate it.

    Hi,
    First of all click Safari/Reset Safari, next click Safari/Preferences/Extensions and turn off extensions. The re-test
    If the problem persists, try using safari in safe mode:
    Use this link to see how to do this:
    http://support.apple.com/kb/HT1564
    If Safari works ok in safe mode, then your problem points to something 3rd party related.
    Have a look at this:
    http://support.apple.com/kb/TS3230?viewlocale=en_US
    I hope this helps

  • Global Policy Link Does Not Open A New Browser Window

    Hi All,
    On 11.5.10.2 version
    Global Policy Link which is located at the top of most iExpenses pages is
    supposed to open a dynamic web page (Core policy manuals) on a new browser when
    someone clicks on it. Currently this link, when clicked on it, brings the
    correct page on the same browser.
    I need the page to be opened in new window.
    if not so, i need a alternate solution to open in new window
    Thanks in advance,
    Vali

    Respectfully, that answer isn't particularly helpful. I have already demonstrated that middle-clicking (mouse wheel click) will open a new instance of FF, and other programs. This was true before the upgrade from FF4 to FF6, and is true on all my VM builds (Windows 7 default install with nothing but FF installed).
    Nevertheless, I've tried shift-left-click, and it does not open a new instance. It will only open a new instance if I pin FF to the taskbar, which I have already stated I do not want to do. This new behaviour is unique to FF. Other applications (Word, Excel, Internet Explorer, whatever) all behave as expected. It is only Firefox that is misbehaving, and it is only misbehaving since the upgrade.
    My issue is that FF has changed its behaviour with respect to middle-clicking since upgrading from 4 to 6. I'd welcome helpful comments about getting FF to behave.
    Max

  • Open in external browser?

    Hi folks, basically I have a HTML file being added to a JEditorPane, all working fine. When you click one of the hyperlinks in the file it opens the website in the java application! i.e. it updates the editorPane with the website.
    Question: How can I code so it opens in the system's default browser. The code (or help given) needs to be platform independent. Here is my code:
        public void hyperlinkUpdate(HyperlinkEvent e) {
    if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
          try {
            editorPane.setPage(e.getURL());
          } catch(IOException ioe) {
        }Cheers!

    This question may be a long shot...
    I installed java 1.6 on my system (the preview apple release) and get the following error:
    Invalid memory access of location 84130040 rip=811d8b7a
    # An unexpected Java error has been detected by HotSpot Virtual Machine.
    # If this error is reproducible, please report it with the following information:
    # 1. Provide the steps to reproduce, a test case, and any relevant information
    # 2. The corresponding JavaNativeCrash_pid<num>.crash.log (Java state)
    # 3. The corresponding <name>.crash.log (native state; generated by CrashReporter)
    # 4. This data:
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_04-b12-45-optimized mixed mode)
    # An unexpected error has been detected by Java Runtime Environment:
    # Bus Error (0xa) at pc=0x00007fff811d8b7a#
    # Bus Error (0xa) at pc=0x00007fff811d8b7a, pid=381, tid=4300226560
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_04-b12-45-optimized mixed mode macosx-amd64)
    # An error report file with more information is saved as:
    # /Users/matthewgreen/Library/Logs/Java/JavaNativeCrash_pid381.crash.log
    # File report at: http://bugreport.apple.com/
    Java Result: 138
    BUILD SUCCESSFUL (total time: 5 seconds)
    Any idea what could be wrong? Could it just be because its the preview release?
    Cheers

  • I've updated a web page and now the links will not open in any browser except safari

    I've updated a web site and the links no longer work. I'm using Dreamweaver. The page works perfectly in Safari but not in Explorer or Firefox and I don't know what to change to fix this.
    == not sure what to add here

    I thought I did post the page. Anyway, I did solve the problem. I'm working in Dreamweaver on files originally created in GoLive. The CSS from GL has to be completely expunged from the file or Firefox has this issue (doesn't respond to links). This, even though the problem had no obvious connection to the linked text. Interestingly, images with links worked fine.
    I spent 45 minutes on the line with Adobe tech support and they didn't catch this. But while talking to them it occurred to me.
    thanks, Bob

  • Akregator "Open in EXISTING browser window" :D

    Hi,
    Been bugged by this issue for a while since I moved browsers. Now I'm accustomed to Akregator and actually quite like the way it handles RSS.
    However, I prefer browsing in a single window on a single desktop. I put Kontact (with KMail/Akregator) on the second desktop. Akregators default "Open in external browser" works well... as long as the existing window of Konqueror is on the same desktop as Kontact/Akregator.
    I created a custom bash script to handle this. Yes, it mainly comes from Kadu (the QT Gadu-Gadu client), but I've modified it a bit.
    #/bin/bash
    # Copyright (c) Kadu Team
    # Modified by Michal 'Neuro' Witkowski
    found=0;
    for i in `/opt/kde/bin/dcop | grep konqueror`; do
    isshown=`/opt/kde/bin/dcop $i "konqueror-mainwindow#1" shown`;
    if [ $isshown == "true" ];then
    /opt/kde/bin/dcop $i "konqueror-mainwindow#1" newTab "$1" && found=1;
    /opt/kde/bin/dcop $i "konqueror-mainwindow#1" "raise";
    fi;
    if [ $found == "1" ]; then
    break;
    fi
    done;
    if [ $found != "1" ]; then
    /opt/kde/bin/kfmclient openURL "%1";
    fi;
    In case anyone would need it.

    on (release) {
    getURL("
    http://www.frsind.com/specials.html",
    _self);

  • Open hyperlinks in html text using StageWebView instead of external browser

    My iPad app downloads xml data from a server and displays it as html text. The text may contain hyperlinks and currently these are correctly displayed as links in my app. However when I click on the link, it opens the link in an external browser.
    Any idea how I could instead open the links using StageWebView - I know how to open a link using StageWebView - the problem is intercepting whatever causes it to open in the external browser and instead use StageWebView.
    Thanks in advance

    Hi, John, welcome to Apple's user-to-user discussion forums.
    Does anyone here know of a way to open new windows without using command click in a tab?
    If you want links on a web page to open in a new tab, you need to command-click on them. This will work both for links set up to open in the same window and those set up to open in a new window. There is no setting in Preferences to make links on a web page automatically open in a new tab.
    There is a preference setting to open links from other programs, such as Mail, in a new tab. In Safari's Preferences, click on the General icon. Towards the bottom where it says "Open links from applications", check "in a new tab in the current window".

  • View in external browser keeps opening new tabs

    Recently, in a failed effort to address the new version's inability to close successfully, I reset Firefox. I seem to have lost another valuable setting, and I can't remember how to recreate it.
    I use a peculiar, old html editor. When I ask it to "View in External Browser," naturally it opens Firefox. (I forget whether I created that setting or if it inherited it for me from my default in Windows.) In the past, if I asked to do so more than once, following further edits, it would open in the same tab, or rather in whatever tab was on top. Now, since my reset, it opens a new tab, and I can get a distressing number of them.
    What setting have I forgotten to change, presumably in Firefox itself or Tab Mix Plus? Thanks,

    As I say, I'm reluctant to change that about:config setting until I have to, since (1) it's not clear to me what it does and (2) I'm dead sure it's not an about:config setting I've ever had to touch before, so it couldn't possibly recreate my former behavior.
    Now: I went into Tools, Options, Tabs and made sure that Open Links That Open in a New Window read Current Tab. Still, it was getting weird: even Googling for a site and then clicking on the search find opened a new tab, as if I really want to keep the Google listing. I'm sure I'd never seen that before on multiple computers over the years. Have others? Truly weird what v29 with Reset has done.
    Next, I opened Tab Mix Plus Options and found I had the same option, weirdly enough, still set to New Tab, so I changed it. This stopped anything at all from opening in a new tab.
    Now, it's progress, but I'm sure my old browser behavior was more intuitive than that. Some things really did open a new tab, such as external links in Facebook posts. I know I can get that from right-clicking, but I didn't have to. Now I'm still confused as to how much Firefox has changed on me in the last three weeks and how much time it has taken to try to adjust it. I've never been clueless at the computer before.

  • Opening an external link to a target

    Hope this is the right place for this question and that it's
    not too stupid............
    I'm using CS4 to construct a simple web site using a template
    with a navigator bar, header and footer.
    In the Left hand navigation panel I want to be able to
    associate some buttons (Spry menu maybe ?) to opening an external
    URL. So far that's fine, but additionally I want to do the
    following when the link opens in my site:-
    1) I want the link to open in the main content window on the
    RHS of my page (ie I don't want a new browser window to open up)
    2) I also want to be able to left or right justify the
    content of the page when it opens in the RHS window (I've seen
    something called openstyle="rtl" that can be used for languages
    that read Right to Left (Hebrew etc)
    3) The content of the external URL is an image, ie GIF or
    PNG, not text.
    On older sites (DW3) I got close to doing this with Frames,
    but I still could not do the Right justify bit. The images always
    opened left justified and I had to scrolll to the right side
    manually. I figured that Frames were rather out of favour now and I
    should be moving on with some of the new templates, widgets etc.
    You can see my dilema by looking at www.firegrass.co.uk at my
    tester page.
    Any help or guidance would be much appreciated.
    Thanks,
    Neil

    > 1) I want the link to open in the main content window on
    the RHS of my
    > page
    > (ie I don't want a new browser window to open up)
    Then you would have to use frames or iframes to accomplish
    that. Ew.
    > 2) I also want to be able to left or right justify the
    content of the page
    > when it opens in the RHS window (I've seen something
    called
    > openstyle="rtl"
    > that can be used for languages that read Right to Left
    (Hebrew etc)
    You could only do this if you are also in control of the
    pages that are
    being opened in that frame.
    > 3) The content of the external URL is an image, ie GIF
    or PNG, not text.
    So then why the left/right justification?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "CS4Rookie" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hope this is the right place for this question and that
    it's not too
    > stupid............
    >
    > I'm using CS4 to construct a simple web site using a
    template with a
    > navigator
    > bar, header and footer.
    > In the Left hand navigation panel I want to be able to
    associate some
    > buttons
    > (Spry menu maybe ?) to opening an external URL. So far
    that's fine, but
    > additionally I want to do the following when the link
    opens in my site:-
    >
    > 1) I want the link to open in the main content window on
    the RHS of my
    > page
    > (ie I don't want a new browser window to open up)
    > 2) I also want to be able to left or right justify the
    content of the page
    > when it opens in the RHS window (I've seen something
    called
    > openstyle="rtl"
    > that can be used for languages that read Right to Left
    (Hebrew etc)
    > 3) The content of the external URL is an image, ie GIF
    or PNG, not text.
    >
    > On older sites (DW3) I got close to doing this with
    Frames, but I still
    > could
    > not do the Right justify bit. The images always opened
    left justified and
    > I had
    > to scrolll to the right side manually. I figured that
    Frames were rather
    > out of
    > favour now and I should be moving on with some of the
    new templates,
    > widgets
    > etc.
    >
    > You can see my dilema by looking at www.firegrass.co.uk
    at my tester page.
    >
    > Any help or guidance would be much appreciated.
    >
    > Thanks,
    > Neil
    >

  • Open external browser from within Acrobat via API?

    My plugin can get the desired path/address, but I can't seem to figure out how to kick off the browser through the API.
    End goal is opening non-Acrobat file types (.xls, .doc) through an external browser.
    Is this possible?
    Using Acrobat SDK 7 and Visual Studio 2005.

    > "first embedded as dataObjects"... This sounds like it would not be reader-compatible, and that's another end-goal.
    It is if you have a LiveCycle Reader Extensions Server to extend the PDF.
    > But http:// links would work?
    Yes.
    > How do I launch a browser?
    Look up the app.launchURL method in the JS API Reference.

  • Email/share links in Safari open Chrome browser

    I recently switched to Safari as my default browser after many years using Chrome, which has become buggy and unreliable. My problem in Safari is that clicking on an email link, which is supposed to bring up my default email (Gmail), instead opens the Chrome browser. The only option under "Share" for "email this page, is the Chrome icon.
    I cannot find anything in settings allowing me to change the default browser for external email links. The only relevant field is Extensions, in where the Chrome icon represents the mail server, but as you see below, along with AirDrop and Messages, the boxes are inactive.
    So my question is, how do I prevent Chrome from opening every time I try to email from, or "share" a page?

    From the Mail menu bar, select
              Mail ▹ Preferences... ▹ General ▹ Default email reader: Mail
    If you don't use Mail, haven't set it up, and don't want to, then you'll have to enter fake data in the the  Add Accountdialogs and hold down the option key when you click Continue. Alternatively, you may be able to set the preference in the mail client you do use.

  • WebView links in external browser?

    Does anyone know how I can open links in an external browser?

    Problem solved. It had something to do with dynamically resizing the "createTextField" after it was created/populated. It's interesting that the quirk only surfaced in certain href tags, while the text flow and all CSS formatting were fine. Anyway, hopefully this helps someone besides me, somewhere down the line...

  • Forcing link in one web based PDF to open link to another PDF in new browser window

    We have created a form using LiveCycle Designer ES2.  The form is found on our website and is used by faculty to submit proposal information to our office.  Depending upon the answers to questions in the form if they say yes we had a link to another form that we would like them to complete and submit with the original PDF that they are working on.  The problem that we are having is that when they click on the form it opens the new PDF and all the data that they had entered in the original PDF is gone once the new form opens up.  Is there a way to force the new PDF via the use of some scripting that can go along with the link, or via the use of a button that can force the new form to open in a new browser window?  It is impractical for us to expect 1500 faculty members to change their browser settings to open new PDF's in a new window.  We have removed the links for now and have just put in text that says if they select yes they need to go out and complete the additional form.
    The form we are using can be found here: http://spo.usu.edu/files/uploads/SP-01.pdf
    The first three questions on page two where we reference the other forms is where we would like to be able to add the links to the new forms and have them open in a new browser window.  When the form is downloaded and opened in Adobe Acrobat/Reader the links functioned correctly, it just did not function properly when it opens in a browser.
    Thank you in advance for any assistance you can offer in regards to this issue.

    I used a button, removed the border/fill properties and underlined the caption to look like a URL.
    The click event is...
    // form1.page1.subform1.urlBtn::click - (JavaScript, client)
    app.launchURL("http://spo.usu.edu/files/uploads/SP-01.pdf",true);
    The PDF will open in a new window or tab, depending upon the browser configuration.
    Steve

Maybe you are looking for

  • Can I print to a canon ir c3220 from an iPad? If so, how?

    I'm a newbie to the iPad and a bit of a Luddite when it comes to tech... I have a canon ir c3220 at home and want to print to it. The printer does not have wireless, it connects to a wireless router/modem via cable. all other computers print ok.

  • Why can't i logg in to my itunes account on my iphone 5

    Is anyone else having issues with logging in to their Itunes account on the Iphone 5? I have entered my user name and password several times and it will not allow me to logg in. HELP

  • How do I save information from my applets?

    I have an inventory applet. But I want to save the information I input to the applet. Everytime I close it, I lose all those information. How do I do this? Do I do it with streams? If so, could you show me the ropes or send me a website. Thanks to an

  • Collaboration room issue after ehp1

    Hi expert, We have lots of collaboration rooms, each room have their own left-hand navigation. The left hand dynamic navigation contains member list, quick links etc under detailed navigation. All of these items are not visible or missing after ehp1/

  • Temporary freeze after hitting record

    Greetings. I have been using Garage band, running tracks from my sharp minidisc into the program to make tracks. Lately, when I hit record, the program gets hung up for about 1-2 minutes, then unfreezes and records as usual. Any thoughts on what is h