Is there any plugin for goto Flickr Page for jQuery? - jquery-plugins

i am developing a website and I want to know if there is a plugin with a button for: Goto Flicker Page, like the image below
Is there any jquery plugin that can do this?

add the link on the image of your flickr account, there is no plugin for this like "Facebook Like" button.

Related

Browse Server button in CKEditor Image Properties Dialog box not visible

I have downloaded and installed CKEditor and CKFinder. When I click on Image button it launches a Image Properties dialog box. However I cannot see a Browse Server button. What could be the problem. Is it something to do with permissions. I am trying to integrate CKFinder with CKEditor. Please help me.
I have given below the link for demo of CKFinder integration with CKEditor.
http://cksource.com/ckfinder/demo#ckeditor
In my asp.net application i am trying to integrate them together.
I am using demo version of CKFinder. Is it something to do with license limitation.
You need the filebrowser plugin.
Read more about how to install plugins in CKEditor.

App Inventor 2 - WebViewer detecting changes

I am trying to integrate MobPartner ads in my app, the ads from MobPartner can be displayed from "Pools" which contain several ads which automaticly scroll sideways and are set which an individual click link. The page with the ads looks like this, when I set the URL of the WebViewer in AI2, the ads display and scroll as they should.
The problem I have is detecting a click on one of the ads, this is the best I got to:
If a user would click on one of the ads via the WebViewer it will redirect them to the automatic URL set by the advertiser. I will then use the link and set ActivityStarter to WebViewer1.CurrentUrl and start the website full screen instead of the ad resolution (320x48).
I would like to know if there is a way to detect any clicks within WebViewer so that I can start ActivityStarter faster with the link. If not, is there a way to check the URL of the link clicked in WebViewer before the target website loads. In my opinion the timer (set to 1000 interval) is an inefficient way of checking if an ad is clicked. Anyone able to answer my questions above or provide a way of improving this code? Much appreciated.
PS: The HomeUrl for WebViewer has been pre-defined in the designer as well as the ActivityStarter "Action".
Thank you!
There is no possibility to detect any clicks within the Webviewer. The only thing you can detect is an URL change with the Clock component, and this is what you are already doing.
What you could do is to reduce the timer interval or instead of opening the webpage with the Activity Starter, just stay in the Webviewer and set its height and width to fill parent, which is -2 in the Blocks Editor, and hide all the other components on the screen to be able to view only that webpage in full screen.

Joomla 2.5 & sigPlus & BoxPlus: Add Animation

I'm working on a joomla 2.5 website and I'm using the sigPlus plugin to display an image gallery. The gallery is displayed using the boxplus popup engine.
All works fine but I would like to add transitions between the images instead of showing the loading indicator. Boxplus uses mootools - does anyone know how to easily add transitions?
Btw: I can not use the boxplus slider engine unfortunately (this one would have transitions built in already)
Many thanks
Mootools has built in transitions.
http://mootools.net/docs/core/Fx/Fx.Transitions

how to crawl web page with ajax elements

I want to crawl some web pages, like the following
http://www.youtube.com/user/koglin66/feed?filter=2
but there is a 'load more' button, it is related to an ajax request
http://www.youtube.com/channel_ajax?action_load_more_feed_items=1&activity_view=1&paging=1352148528&channel_id=UCCw8aVnsIeu9S6OPQyaQ14g
I want to crawl the whole page.
Manually, I have click on the button repeatedly until there is no more to load,
by automation, how can I crawl the whole page? thanks!
Yes, you can use Selenium IDE, or use other program/library with browser core to do click action. Like webkit, activex of IE.
And you can try FMiner http://www.fminer.com/, it can record and play human actions on browser to scrape data, but it's not free.
I recently faced same problem with other website I wanted to scrap. I use Java and after some research on the web I used Selenium IDE for firefox in which u can write Java Junit test cases which will automatically open the webpage and click buttons, fill up forms, etc.
It also supports C#,Python,Ruby,etc
I used it to click on Load More button and when the page was loaded completely after all clicks I saved it Manually.
You can download Selenium from their website and I found this youtube video useful too http://www.youtube.com/watch?v=twdDfDOrHC4

facebook like button in wp7 app

For my WP7 app, I have an associated facebook page. How should I go about adding a Like button in my WP7 app that the users can click to do a LIKE? Do I create a webbrowser control that opens webpage containing the LIKE button?
Looking for some ideas. Thanks.
For applications I made, I created a WebBrowserTask and redirected the user to the facebook page URL.
With current APIs you can not run Facebook tasks. Hopefully in future :)

Resources