Plugin info

Total downloads: 4,353
Active installs: 30
Total reviews: 2
Average rating: 3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/5/2013 (4440 days ago)
Added to WordPress: 10/19/2013 (12 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.6.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4440 days ago • 2 reviews

22/100

Is VKontakte (VK.com) Community Widget Cache abandoned?

Possibly abandoned (last update 4440 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.6.1
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin was adapted to avoid loading VKontakte Community Widget JavaScripts and images in an iframe every time a page is loaded. It is a fact, that the JavaScripts and iframes increase page loading times and are often harmful for websites’ performance. Not everyone likes to have extra weight code on his/her website. Especially when functionality that is brought by the code is not essential.

This plugin is inspired by a similiar WordPress plugin and adapted for VKontakte Community Widget.

You can check post on my website – Natural Web Design, for tutorial, updates, and news.

*** Please note, that Plugin is in BETA testing phase ***

Features:

  • Decrease page load time on pages that contain your VK.com Community Widget code
  • VK Cache WordPress Widget (Default 240px wide)
  • Manual Cache Refresh

A few notes about this plugin:

  • The plugin requires PHP5 and cURL to be installed and enabled on your server.
  • You can see a working demo of the Plugin on frontend here.

Still to be done:

  • Shortcode for inserting into a page

CSS Guide

If you opt to disable inline CSS, you can paste this into your themes style.css file, and it will give you the default look.

.widget_vkcache .community_div {
    margin:10px auto;
    width:240px;
}
.widget_vkcache .community_div_head {
    border-bottom:1px solid #D8DFEA;
    padding-bottom:5px;
}
.widget_vkcache .connections .total {
    font-size:12px;
    padding: 5px 0 0;
}
.widget_vkcache .connections .grid a {
    float:none;
    text-align:center;
    text-decoration:none;
}
.widget_vkcache .connections .grid a img {
    margin:0;
    border: 0;
}
.widget_vkcache .connections .grid a span {
    color:#808080;
    font-size:10px;
}

.widget_vkcache .img_Link {
    float:left;
    padding-right:5px;
}

.widget_vkcache .VKuser {
    padding: 3px 0;
    width: 73px;
    float:left;
    text-align: center;
}

.widget_vkcache .VKuser-pic {
    height: 47px;
    clear: both;
    overflow: hidden;
    padding-bottom: 3px;
}

.widget_vkcache .img_Link img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.widget_vkcache .VKusername { 
    font-size: 0.9em; 
    text-align: center; 
}

.widget_vkcache .connect_button.VKstyle { 
    display: block;
    clear: both;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

Installation

  1. Go to WordPress Dashboard
  2. Click “Plugins”
  3. Click “Add New”
  4. Type “VKontakte (VK.com) Community Widget Cache” in the input box.
  5. Click “Search”
  6. Click “Install” on the plugin that is by Dariusz Zielonka / Natural Web Design (if you want this one)

Frequently Asked Questions

Does this plugin cost anything?

It costs only a few clicks to install and use 🙂

Where’s the CSS Guide?

On the Other Notes page.

Review feed

No reviews available

Screenshots

  1. The plugin's admin options

    The plugin's admin options

  2. Widget options

    Widget options

Changelog

0.9

Initial release. Let me know if you find any issues. Please be nice, it’s my first plugin.