Plugin Directory

Changeset 2951503


Ignore:
Timestamp:
08/10/2023 12:41:58 PM (3 years ago)
Author:
wallsio
Message:

Updated readme file, tested up to 6.3

Location:
wallsio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wallsio/trunk/block/src/block/wallsio.js

    r2026664 r2951503  
    1010import "./editor.scss";
    1111import { toWallBaseUrl } from "../../../shared/WallUrl";
    12 import icon from "./../logo";
     12import icon from "../logo";
    1313import createWallBlock from "./createWallBlock";
    1414import WallsioEdit from "./WallsioEdit";
  • wallsio/trunk/readme.txt

    r2816462 r2951503  
    55Tags: social media aggregator, social media embed, social media feed, instagram feed, twitter feed, facebook feed, social wall, social media wall
    66Contributors: rivalitaet, patrickmladensich
    7 Tested up to: 6.1
     7Tested up to: 6.3
    88Stable tag: trunk
    99License: GPL v3 or later
     
    2020With Walls.io you can collect posts, photos and videos from [multiple social media networks](https://walls.io/features/social-media-aggregator) in one place and display them in a customizable social media feed that you can easily embed into your website. Unlike other social walls, Walls.io goes beyond social media also giving you the possibility to let visitors upload content directly to the wall using [Direct Posts](https://walls.io/features/direct-posts).
    2121
    22 To use this plugin you first need to get a free social wall account on [walls.io](https://walls.io), where you can create and customize a social media feed and add sources to it. The Free plan supports the most popular social platforms – Facebook, Twitter, Instagram, and YouTube – and allows you to add one source for each platform.
     22To use this plugin you first need to get a social wall account on [walls.io](https://walls.io), where you can create and customize a social media feed and add sources to it.
    2323
    2424The Walls.io WordPress plugin makes it very easy for you to add your social media feed to WordPress. No programming skills are needed. It only takes a minute.
     
    2626= Walls.io Social Wall =
    2727
    28 * Go to [walls.io](https://walls.io), create a social feed for free, add sources, customize the design and set up post moderation.
     28* Go to [walls.io](https://walls.io), start a trial, add sources, customize the design and set up post moderation.
    2929* Go and grab the link to your wall by clicking on its URL in the upper left corner of the Settings page.
    3030
     
    6969== Changelog ==
    7070
     71= 3.0.10 =
     72* Update plugin description
     73
    7174= 3.0.9 =
    7275* Fix classic editor buttons to display custom popover
     
    105108= 1.0.0 =
    106109* Initial, simple version
    107 
    108 
    109 == Frequently Asked Questions ==
    110 
    111 = Is this plugin free? =
    112 
    113 Yes. this plugin is free forever.
    114 
    115 You only need this plugin and a free Walls.io account to display a social feed from multiple social networks on your website. We also offer paid plans including more platforms, advanced moderation, even more custom design possibilities, but we have an account that’s free and will be free forever.
    116 
    117 Check this out to see what features are included in the free plan and what is available in the paid plans: [walls.io/features-and-pricing](https://walls.io/features-and-pricing)
    118 
    119 = Why do I need social media feed plugin? =
    120 
    121 A social feed will help you keep your website fresh, increase engagement between you and your users and boost conversions by convincing your visitors with great user reviews and content. User-generated content gives consumers confidence in their buying decisions and a majority find UGC far more interesting than content created by a brand.
    122 
    123 = Is any coding required? =
    124 
    125 You don’t need to do any coding to setup a social media feed on your website. You can do it all with the click of a button.
  • wallsio/trunk/wallsio.php

    r2450431 r2951503  
    55Plugin URI: https://wordpress.org/plugins/wallsio
    66Description: Embed Walls.io social walls into WordPress posts with just one click!
    7 Version: 3.0.9
     7Version: 3.0.10
    88Author: Walls.io
    99Author URI: https://walls.io
     
    1313
    1414
    15 define( 'WALLSIO_PLUGIN_VERSION', '3.0.9' );
     15define( 'WALLSIO_PLUGIN_VERSION', '3.0.10' );
    1616
    1717function wallsio_asset_version() {
     
    1919}
    2020
    21 require_once( plugin_dir_path( __FILE__ ) . 'oembed/index.php' );
    22 require_once( plugin_dir_path( __FILE__ ) . 'classic/php/index.php' );
    23 require_once( plugin_dir_path( __FILE__ ) . 'block/src/init.php' );
     21require_once(plugin_dir_path(__FILE__) . 'oembed/index.php');
     22require_once(plugin_dir_path(__FILE__) . 'classic/php/index.php');
     23require_once(plugin_dir_path(__FILE__) . 'block/src/init.php');
Note: See TracChangeset for help on using the changeset viewer.