Wordpress plugins - PowerPoint PPT Presentation

About This Presentation
Title:

Wordpress plugins

Description:

Plugins are ways to extend and add to the functionality that already exists in WordPress. The core of WordPress is designed to be lean and lightweight, to maximize flexibility and minimize code bloat. Plugins then offer custom functions and features so that each user can tailor their site to their specific needs. – PowerPoint PPT presentation

Number of Views:25
Slides: 11
Provided by: iPrismTechnologies
Category: Other
Tags:

less

Transcript and Presenter's Notes

Title: Wordpress plugins


1
WORDPRESS PLUGIN DIRECTORY
  • WWW.IPRISMTECH.COM

WWW.IPRISMTECH.COM
2
JETPACK
  • Jetpack simplifies managing WordPress sites by
    giving you visitor stats, security services,
    speeding up images, and helping you get more
    traffic. Jetpack is a free plugin.
  • Traffic Growth Insights
  • Jetpack tells you how many visits your site gets
    and helps you get more traffic with tools like
    Related Posts, Publicize, Enhanced Distribution,
    and Sharing.
  • Security
  • Jetpack protects your site against brute force
    attacks and unauthorised logins. We also monitor
    your site for downtime and keep your plugins
    updated.
  • Image Performance
  • Jetpack automatically optimizes and speeds
    up images using the global WordPress.com content
    delivery network. This saves you hosting costs by
    reducing bandwidth.
  • Centralized Management
  • With Jetpack comes a centralized dashboard on
    WordPress.com. Manage plugins and menus, publish
    posts, and view enhanced site stats for all of
    your sites.

www.iprismtech.com
3
  • A few more things that our users love
  • Jetpack includes other features that help you
    customize your site including Custom CSS, Contact
    Forms, Galleries and Carousels, Notifications and
    Subscriptions, Configurable Widgets,
  • Dedicated Support
  • We have an entire team of happiness engineers
    ready to help you. Ask your questions in the
    support forum.
  • Contributing to Jetpack
  • Jetpack is open-source and we actively encourage
    community contributions whether it's a
    compliment, bug report, code, or an idea we
    welcome it with open arms!

www.iprismtech.com
4
WP SUPER CACHE
  • This plugin generates static html files from your
    dynamic WordPress blog. After a html file is
    generated your webserver will serve that file
    instead of processing the comparatively heavier
    and more expensive WordPress PHP scripts.
  • The static html files will be served to the vast
    majority of your users, but because a user's
    details are displayed in the comment form after
    they leave a comment those requests are handled
    by the legacy caching engine. Static files are
    served to
  • Users who are not logged in.
  • Users who have not left a comment on your blog.
  • Or users who have not viewed a password protected
    post.
  • 99 of your visitors will be served static html
    files. Those users who don't see the static files
    will still benefit because they will see
    different cached files that aren't quite as
    efficient but still better than uncached. This
    plugin will help your server cope with a front
    page appearance on digg.com or other social
    networking site.

www.iprismtech.com
5
  • If for some reason "supercaching" doesn't work on
    your server then don't worry. Caching will still
    be performed, but every request will require
    loading the PHP engine. In normal circumstances
    this isn't bad at all. Visitors to your site will
    notice no slowdown or difference. Supercache
    really comes into it's own if your server is
    underpowered, or you're experiencing heavy
    traffic. Super Cached html files will be served
    more quickly than PHP generated cached files but
    in every day use, the difference isn't
    noticeable.
  • The plugin serves cached files in 3 ways (ranked
    by speed)
  • Mod_Rewrite. The fastest method is by using
    Apache mod_rewrite (or whatever similar module
    your web server supports) to serve "supercached"
    static html files. This completely bypasses PHP
    and is extremely quick. If your server is hit by
    a deluge of traffic it is more likely to cope as
    the requests are "lighter". This does require the
    Apache mod_rewrite module (which is probably
    installed if you have custom permalinks) and a
    modification of your .htaccess file. Visits by
    anonymous or unknown users will be served this
    way.
  • PHP. Supercached static files can now be served
    by PHP. The plugin will serve a "supercached"
    file if it exists and it's almost as fast as the
    mod_rewrite method. It's easier to configure as
    the .htaccess file doesn't need to be changed.
    You still need a custom permalink. You can keep
    portions of your page dynamic in this caching
    mode. Your server may not cope as well with a
    really large amount of traffic. (You're gaming
    Digg aren't you? You'll need mod_rewrite, the
    rest of us are ok with PHP!)
  • Legacy caching. This is mainly used to cache
    pages for known users. These are logged in users,
    visitors who leave comments or those who should
    be shown custom per-user data. It's the most
    flexible caching method but also the slowest. As
    each page is different it's often better not to
    cache pages for these users at all and avoid
    legacy caching. Legacy caching will also cache
    visits by unknown users if this caching mode is
    selected. You can have dynamic parts to your page
    in this mode too.

www.iprismtech.com
6
BUDDYPRESS
  • Are you looking for modern, robust, and
    sophisticated social network software? BuddyPress
    is a suite of components that are common to a
    typical social network, and allows for great
    add-on features through WordPress's extensive
    plugin system.
  • BuddyPress is focused on ease of integration,
    ease of use, and extensibility. It is
    deliberately powerful yet unbelievably simple
    social network software, built by contributors to
    WordPress.
  • Enable registered members to create profiles,
    have private conversations, make connections,
    create interact in groups, and much more. Truly
    a social network in a box, BuddyPress helps you
    more easily build a home for your company,
    school, sports team, or other niche community.
  • Extensions
  • BuddyPress has an ever-increasing array of
    extended features developed by an active and
    thriving plugin development community, with
    hundreds of free-and-open BuddyPress-compatible
    plugins available at WordPress.org. Any plugin
    can be conveniently installed using the plugin
    installer in your WordPress Dashboard.

www.iprismtech.com
7
BBPRESS
  • Have you ever been frustrated with forum or
    bulletin board software that was slow, bloated
    and always got your server hacked? bbPress is
    focused on ease of integration, ease of use, web
    standards, and speed.
  • We're keeping things as small and light as
    possible while still allowing for great add-on
    features through WordPress's extensive plugin
    system. What does all that mean? bbPress is lean,
    mean, and ready to take on any job you throw at
    it.

www.iprismtech.com
8
Akismet
  • Akismet checks your comments against the Akismet
    Web service to see if they look like spam or not
    and lets you review the spam it catches under
    your blog's "Comments" admin screen.
  • Major features in Akismet include
  • Automatically checks all comments and filters out
    the ones that look like spam.
  • Each comment has a status history, so you can
    easily see which comments were caught or cleared
    by Akismet and which were spammed or unspammed by
    a moderator.
  • URLs are shown in the comment body to reveal
    hidden or misleading links.
  • Moderators can see the number of approved
    comments for each user.
  • A discard feature that outright blocks the worst
    spam, saving you disk space and speeding up your
    site.

www.iprismtech.com
9
Theme Check
  • The theme check plugin is an easy way to test
    your theme and make sure it's up to spec with the
    latest theme review standards. With it, you can
    run all the same automated testing tools on your
    theme that WordPress.org uses for theme
    submissions.
  • The tests are run through a simple admin menu and
    all results are displayed at once. This is very
    handy for theme developers, or anybody looking to
    make sure that their theme supports the latest
    WordPress theme standards and practices.

www.iprismtech.com
10
Thank You
  • iPrism Technologies
  • 918885617929
  • sales_at_iprismtech.com
  • www.iprismtech.com
  • Skypeiprismtech

www.iprismtech.com
Write a Comment
User Comments (0)
About PowerShow.com