Plugin Directory

Changeset 3300831


Ignore:
Timestamp:
05/26/2025 02:45:30 PM (10 months ago)
Author:
Prisna
Message:

Update blueprints.

Location:
social-counter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • social-counter/assets/blueprints/blueprint.json

    r3300809 r3300831  
    1212    "steps": [
    1313        {
    14             "step": "login",
    15             "username": "admin",
    16             "password": "password"
    17         },
    18         {
    1914            "step": "installPlugin",
    2015            "pluginData": {
     
    2520                "activate": true
    2621            }
     22        },
     23        {
     24          "step": "createPage",
     25          "pageData": {
     26            "post_title": "Home",
     27            "post_content": "<!-- wp:heading --><h2>Hello world!</h2><!-- /wp:heading --><!-- wp:shortcode -->[prisna-social-counter]<!-- /wp:shortcode --><!-- wp:paragraph --><p>Welcome to WordPress. This is a sample page to demostrate the use of the Social Counter plugin!</p><!-- /wp:paragraph -->",
     28            "post_status": "publish",
     29            "post_type": "page"
     30          }
     31        },
     32        {
     33          "step": "setSiteOptions",
     34          "options": {
     35            "show_on_front": "page",
     36            "page_on_front": "{{steps.1.pageData.ID}}",
     37            "blogname": "Social Counter Plugin Preview"
     38          }
     39        },
     40        {
     41          "step": "login",
     42          "username": "admin",
     43          "password": "password"
    2744        }
    2845    ]
  • social-counter/tags/2.2.1/readme.txt

    r3300806 r3300831  
    88Tags: facebook, social buttons, social counter, social icon, social share
    99
    10 Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, Pinterest, Reddit, TikTok, Vimeo, YouTube and Tumblr.
     10Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, YouTube and more...
    1111
    1212== Description ==
  • social-counter/trunk/readme.txt

    r3300803 r3300831  
    88Tags: facebook, social buttons, social counter, social icon, social share
    99
    10 Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, Pinterest, Reddit, TikTok, Vimeo, YouTube and Tumblr.
     10Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, YouTube and more...
    1111
    1212== Description ==
Note: See TracChangeset for help on using the changeset viewer.