I would like to be able to share articles from Internet sites to my Confluence blog easily. Similar to sharing to facebook, google+, linkedin, etc. But for those, the site hosting the article provides a button to link you over to the target site and share the article. What I want is some way of doing the same, but for my internal Confluence site. I'm thinking something like the "bookmarklet" (not sure if that's the correct term) that is provided to add weblinks as part of the Social Bookmarking plugin.
Right now, I create a blog entry and use html-include to include a printer-ready version of the article if one exists and then I add comments above or below. Would be great to automate that with a bookmarklet or something though.
You can go to Layouts page in either Confluence Admin or Space Admin. Click "Create Custom" or "Edit" for BlogPost Layout. In this layout, you can add the bookmarlet code that you have. Make sure that you add the code between the #if and #elseif statement:
#if ($mode == "view")
Add the code here between these lines
#elseif ($mode == "edit" || $mode == "edit-preview")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.