Changeset 3300831
- Timestamp:
- 05/26/2025 02:45:30 PM (10 months ago)
- Location:
- social-counter
- Files:
-
- 3 edited
-
assets/blueprints/blueprint.json (modified) (2 diffs)
-
tags/2.2.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-counter/assets/blueprints/blueprint.json
r3300809 r3300831 12 12 "steps": [ 13 13 { 14 "step": "login",15 "username": "admin",16 "password": "password"17 },18 {19 14 "step": "installPlugin", 20 15 "pluginData": { … … 25 20 "activate": true 26 21 } 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" 27 44 } 28 45 ] -
social-counter/tags/2.2.1/readme.txt
r3300806 r3300831 8 8 Tags: facebook, social buttons, social counter, social icon, social share 9 9 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.10 Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, YouTube and more... 11 11 12 12 == Description == -
social-counter/trunk/readme.txt
r3300803 r3300831 8 8 Tags: facebook, social buttons, social counter, social icon, social share 9 9 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.10 Show static count of fans and followers from your social network profiles. It supports: Facebook, X, Instagram, LinkedIn, YouTube and more... 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.