Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I create Recent posts Wordpress widget and i trying to create load more button for it to get more Recent posts links by ajax, like twitter ,is there any tutorial for how to make it?
Take look at source of infinite scroll plugin,it's do what exactly you need,and also to develop something like that ,this can help you.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
i am working on a website with wordpress where i'm posting a post almost daily, the problem now is that the list of posts is getting a bit to long and I want to have the following: after every xx (number of) posts a button appears that gives the possibility to load the next xx (number of) posts.
I already tried to build in the infinite scroll javascript (both in code as well as the plugin itself) but I can't seem to make it work the way I want it.
I hope someone here can help me with the problem.
I found this amazing tutorial that helped me with what I was searching for:
http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/
problem solved! :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Auto suggestion in search with json return
I want to returning json data from database when user search in box.
And display suggestion box of searched text.
You added jquery at your tags, So, I suggest you take a look at this plugin:
http://jqueryui.com/autocomplete/
You just need to create the "availableTags" variable after process your JSON result.
To see the example, click on "view source" at link.
You can use http://jqueryui.com/autocomplete/ plugin.
It has support for having remote data source which will help you in accomplishing everything you mentioned above.
You can go through the examples given in the link for implementation details. This section http://jqueryui.com/autocomplete/#remote will be more useful for your requirement.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
Help please create a form similar to a website.
How can i achieve a form like in this website www.myclean.com, i already got the first step in the form which is the slider and checkbox.
Now I need to know how to process that information and put it in the another page please try the form in this site www.myclean.com.
I can only think of php to do this get or post, do you have other ideas?
Thanks! :)
here is what I did in my slider and checkbox.
jsfiddle.net/z2zaz/9/
You can process the form in nearly any language you'd like, or you can email the results to yourself, but I'd recommend against that due to all the spam bots.
The language doesn't really matter. PHP is a fine solution, if that's what you're asking.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I have a blog page on the site I'm creating (php/mysql). I generate blog posts by date created, most recent first. When you click the title of a post, you are linked to that post's unique page.
Problem example:
I click the tweet button on the post "Happy Holidays" on the page mysite.com/blog. The url it tweets is naturally mysite.com/blog. I want it to tweet mysite.com/blog/Happy Holidays.
How can I force a custom url to tweet? Do I have to meddle with the JS?
Simply provide a link in the following way.
http://twitter.com/share?url=http://mysite.com/blog/link
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions must demonstrate a minimal understanding of the problem being solved. Tell us what you've tried to do, why it didn't work, and how it should work. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Hey guys, I'm creating a website and I'm wondering if any of you know how I can create a PHP facebook-like news feed or one similar to twitter. I prefer facebook's, so if you know of a way or you know of a helpful tutorial, that would greatly help. Thank you.
You can check news every 10 seconds via javascript. And then, javascript runs generate.php . Generate.php generates a feed (i.e. xml feed)