Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am new to Adobe Extension Manager. I want to create a webpage with textbox and send button. When I click that button, it should post data in textbox to twitter account.
Can someone help me in achieving this.
thanks in advance!
This is a big task,So go through these steps:
integrate twitter with cq using social component.(easily available in AEM documentation)
Use twitter api to post your data from aem to twitter.
If you need further help please comment.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to show a particular website in a widget but without header and footer. is this possible in Flutter? i tried with webview flutter and can't find it
If the website is developed by you, you should do the checking of user agent in backend, and response different versions of the web page respectively.
If the website is not developed by you, one of the approach I could think of is using WebViewController.evaluateJavascript method to inject some JavaScript to hide/remove the DOM from the webpage.
I'm using this package for simple my webviews webview_package
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to know if its possible to create Facebook app that continuously update users profile picture. I can't see anything in the docs. Do you know if this is possible and if so any docs on implementing it?
Thanks in advance.
It is not possible for the User Profile. There is no way to update the profile picture with the API directly.
There are many Stackoverflow threads about this already, this one is very old but the answer is still correct: Facebook API/PHP - Is it possible to change a user's profile image via FB Graph API?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to confluence. Actually i want to create some kind of plugin or page template or something which will have the below things
The page should have a date filter and it will have a getDetails button.
on the getDetails click event it should send the request to REST API
I have a REST api hosted It will return some result and I want the result should be shown in the confluence page
Is there any way to do this. Any example or tutorials to start with.
Thanks
The steps to create a Confluence plugin are too involved to fit into a Stack Overflow answer.
Luckily, there's a great tutorial on the Atlassian web site that closely relates to what you're looking for:
Creating a Confluence Task Plugin with REST
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i want to make Facebook type friend search in my zend based application,in which data come from database and when user click on his searched friend he will go to his profile page.plese suggest me as i don't able to find good example on google.please someone help me and tell me step by step for doing this.
http://www.9lessons.info/2009/06/autosuggestion-with-jquery-ajax-and-php.html
checkout this tutorial it helps me lot do the same in my zend based application
watched this: http://www.zendcasts.com/autocomplete-control-with-zendx_jquery/2010/07/ Really great. It works perfectly.
at some stage you have to make some customize to call user profile on click event of list
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I wish to have an application that can post on facebook about all the activities of user on my website without asking for permission again and again.
I wish to do in the way dailymotion does everytime u watch a video there.
Can anyone guide me for the same. Just steps or some sample code will be suffice.
Thanks !
You should learn about open grpah
Here is the tutorial
Here are the sample codes.
And also, there is an official php sdk and also JS sdk for facebook api, which makes life easier.