I would like to add Social Comments to my web content portlet. For example I want to add and article and have facebook comment into it.
I've tested the plugin Social comment but its not working for me. Thank you for showing me the method.
Related
I want to create recaptcha in liferay 6.2.I have no idea how to integrate recaptcha in liferay 6.2.
It depends on what you want to do with it. If you want to use it when people sign up for accounts, don't look much further than portal.properties, just search for recaptcha and adjust the settings in your portal-ext.properties.
If you want to use recaptcha in any custom application, integration is just like in any other application - there's probably nothing really Liferay-specific in there.
I'm trying to make the app that will just post videos and images to Instagram BUT this will not be done automatically. It will be like normal post dialog like in Instagram app.
However my question is if I'm going to use that will it be attempt to replace the essential user experience of Instagram.com or the Instagram apps.
Regards, divjad---
Here's a link to the api docs for Instagram, though on quick inspection, it looks like it can handle uploads of images, though it doesn't mention video. Either way, it should tell you everything you need to know in here.
Please see links below
Instagram Developer's page for the api
Instagram Developer's page specific to iOS and Android
I have already follow this guide from https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin for Social sharing for Cordova application. It is working fine for FB,Twitter.
But I am in need of share to Pinterest and Instagram
Please help me. Any help would be appreciated.
For Instagram try https://github.com/vstirbu/InstagramPlugin which loads a canvas image into the instagram editor.
For Pinterest try https://github.com/realizedmobile/cordova-Pinterest
But this means you will have a few plugins different for sharing, when ideally these would be wrapped together in EddyVerbruggen's plugin.
Not sure about Pinterest, but Instagram does not allow content (media) to the published via the API directly, only comments/likes etc. You can launch the Instagram app on a device to publish media, but from the description of your project that doesn't sound like what you want to do
I would like to display the Graph API output for the Facebook Feed using the Facebook style, as it appears on the web and mobile app. Is there available reference code/layouts for this? Thanks!
OK. If your requirement is about the Layout and Desing that looks in Facebook sdk/ app then you must have to made such type of design for yours.
There is nothing like to develope such type of layout. Yes there are some Demo example that can be useful to develop such type of UI integration.
So hope you got the point.
For any query comment here.
Enjoy Coding. :)
I have embedded a Tumblr blog onto my website using the script provided in the goodies section of the Tumblr website as well as added the code to limit my posts to 5 of the most recent... indicated by ?num=5 at the end of the script below:
<script type="text/javascript" src="http://website.tumblr.com/js?num=5"></script>
What I am trying to do is build pagination for the blog on my personal website so that all posts are accessible to people wanting to view all of; even the oldest posts. I want to show 5 posts per page in the pagination. Does anyone know how to do this?
I have searched through this forum, Google, Tumblr and I even sent a question to the Tumblr support team but still haven't found the answer. THeir support team suggested I use frames but I don't know how to build that.
I hope someone can help!!
Thank's in advance!!!
What you could do, as the Tumblr support suggested, is to use an iframe and simply embed the whole Tumbleblog inside. Like this:
<iframe src="http://website.tumblr.com" width="42px" height="42px">
<p>Your browser does not support iframes.</p>
</iframe>
http://www.w3schools.com/TAGS/tag_iframe.asp
The pagination has to take place on the actual Tumbleblog, like it is by default. Biggest downside is that it will be tricky to differ the design/layout and behaviour for the one that's embedded on your blog and the direct one (because it's the same, duh).
I've created a jquery plugin for consuming your tumblr feed - I've just added pagination support.
Its called jquery-tumblr - https://github.com/alexhayes/jquery-tumblr