ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

AspieSoft Ajax Load Page

აღწერა

Easily lazy load another page simply by adding a shortcode with its url.

The 2nd page wont load until the user scrolls to the bottom, than an ajax request is sent to get the page content.
This can help speed up large pages on your site, by not loading the stuff users don’t see until they scroll down closer to the bottom.

დაყენება

  1. Upload plugin to the /wp-content/plugins
  2. Activate the plugin through the “Plugins” menu in WordPress
  3. Enjoy

ხდკ

How do I use the shortcode?

[ajax-load-page
url=”url of page to load”
type=”ajax or iframe (optional) (default: ajax)”
]

How to load only a specific part of a page?

On a page, if you wrap specific content with “

“.
Using that class will tell the script to only load that section of the page.
You can add the “ajax-load-content” as often as you want, and each of them will be loaded one after the other, without the in between content.

What if the ajax request is still loading the header and footer?

The plugin script, after getting the page data, uses jquery and attempts to find the main content.
If this does fail, you can wrap your main content in the html tag with the class “ajax-load-content”.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“AspieSoft Ajax Load Page” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ AspieSoft Ajax Load Page თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.1

Added option to load page as iframe

1.0

Initial Commit