PluginProbe ʕ •ᴥ•ʔ
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress / 4.9.0
Smash Balloon Social Post Feed – Simple Social Feeds for WordPress v4.9.0
4.12.0 4.10.0 4.9.0 4.8.1 trunk 1.0 1.1 1.12.1 1.2.3 1.2.4 1.2.5 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5 1.5.1 1.5.2 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.4.1 1.6.5 1.6.5.1 1.6.6 1.6.6.1 1.6.6.2 1.6.6.3 1.6.7 1.6.7.1 1.6.8 1.6.8.1 1.6.8.2 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.9.0 1.9.1 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.8.1 1.9.9 1.9.9.1 1.9.9.2 1.9.9.3 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.10 2.11 2.11.1 2.12 2.12.1 2.12.2 2.12.3 2.12.4 2.13 2.14 2.14.1 2.15 2.15.1 2.16 2.16.1 2.17 2.17.1 2.18 2.18.1 2.18.2 2.18.3 2.19 2.19.1 2.19.2 2.19.3 2.2 2.2.1 2.3 2.3.1 2.3.10 2.3.2 2.3.3 2.3.4 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.1.1 2.4.1.2 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5 2.5.1 2.5.2 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.7 2.7.1 2.7.2 2.8 2.9 2.9.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.3.0 4.3.1 4.3.2 4.3.3 4.3.4 4.7.5 4.7.6 4.7.7
custom-facebook-feed / admin / builder / templates / sections / popup / embed-popup.php
custom-facebook-feed / admin / builder / templates / sections / popup Last commit date
add-source-popup-old.php 1 month ago add-source-popup.php 1 month ago confirm-dialog-popup.php 1 month ago embed-popup.php 1 month ago extensions-popup.php 1 month ago feedtemplates-popup.php 1 month ago feedtypes-popup.php 1 month ago index.php 1 month ago install-plugin-popup.php 1 month ago onboarding-customizer-popup.php 1 month ago onboarding-popup.php 1 month ago source-instances.php 1 month ago temp-login-about.php 1 month ago
embed-popup.php
79 lines
1 <div class="cff-fb-embed-ctn sb-fs-boss cff-fb-center-boss" v-if="viewsActive.embedPopup">
2 <div class="cff-fb-embed-popup cff-fb-popup-inside">
3 <div class="cff-fb-popup-cls" @click.prevent.default="activateView('embedPopup')"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
4 <path d="M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z" fill="#141B38"/>
5 </svg>
6 </div>
7
8 <h3 v-show="viewsActive.embedPopupScreen == 'step_1'">{{embedPopupScreen.heading}}</h3>
9
10 <div class="cff-fb-embed-step-1 cff-fb-fs" v-show="viewsActive.embedPopupScreen == 'step_1'">
11 <div class="cff-fb-embed-step-1-top cff-fb-fs">
12 <h4 class="cff-fb-fs">{{embedPopupScreen.description}}</h4>
13 <div class="cff-fb-embed-input-ctn cff-fb-fs">
14 <input class="cff-fb-fs" type="text" :value="'[custom-facebook-feed feed='+ customizerFeedData.feed_info.id +']'">
15 <button class="cff-fb-hd-btn cff-csz-btn-save cff-btn-orange sb-standard-p sb-bold" @click.prevent.default="copyToClipBoard('[custom-facebook-feed feed='+customizerFeedData.feed_info.id+']')">
16 <div v-html="svgIcons['copy2']"></div>
17 <span>{{genericText.copy}}</span>
18 </button>
19 </div>
20 </div>
21
22 <div class="cff-fb-embed-step-1-bottom cff-fb-fs">
23 <h4>{{embedPopupScreen.description_2}}</h4>
24 <div class="cff-fb-embed-btns-ctn cff-fb-fs">
25 <a class="cff-fb-embed-btn cff-btn-grey" @click.prevent.default="switchScreen('embedPopupScreen','step_2')">
26 <div class="sb-icon-label">
27 <div v-html="svgIcons['addPage']"></div>
28 <span>{{embedPopupScreen.addPage}}</span>
29 </div>
30 <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
31 <path d="M1.83516 0L0.660156 1.175L4.47682 5L0.660156 8.825L1.83516 10L6.83516 5L1.83516 0Z" fill="#141B38"/>
32 </svg>
33
34 </a>
35 <a :href="widgetsPageURL + '?cff_feed_id=' + customizerFeedData.feed_info.id" class="cff-fb-embed-btn cff-btn-grey">
36 <div class="sb-icon-label">
37 <div v-html="svgIcons['addWidget']"></div>
38 <span>{{embedPopupScreen.addWidget}}</span>
39 </div>
40 <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
41 <path d="M1.83516 0L0.660156 1.175L4.47682 5L0.660156 8.825L1.83516 10L6.83516 5L1.83516 0Z" fill="#141B38"/>
42 </svg>
43 </a>
44 </div>
45 </div>
46 </div>
47
48 <div class="cff-fb-embed-step-2 cff-fb-fs" v-show="viewsActive.embedPopupScreen == 'step_2'">
49 <div class="sb-embed-breadcrumb cff-fb-fs">
50 <svg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.27203 0.94L4.33203 0L0.332031 4L4.33203 8L5.27203 7.06L2.2187 4L5.27203 0.94Z" fill="#434960"></path></svg>
51 <a @click.prevent.default="switchScreen('embedPopupScreen','step_1')">{{embedPopupScreen.heading}}</a>
52 </div>
53 <h3>{{embedPopupScreen.addPage}}</h3>
54 <div class="cff-fb-embed-step-2-list">
55 <strong>{{embedPopupScreen.selectPage}}</strong>
56 <div class="cff-fb-embed-step-2-pages cff-fb-fs">
57 <div class="sb-control-toggle-set-ctn cff-fb-fs">
58 <div class="sb-control-toggle-elm cff-fb-fs sb-tr-2" v-for="page in wordpressPageLists" :data-active="viewsActive.embedPopupSelectedPage == page.id" @click.prevent.default="switchScreen('embedPopupSelectedPage',page.id)">
59 <div class="sb-control-toggle-deco sb-tr-1"></div>
60 <div class="sb-control-toggle-icon" v-html="svgIcons['article_2']"></div>
61 <div class="sb-control-label sb-small-p sb-dark-text">{{page.title}}</div>
62 </div>
63 </div>
64 </div>
65 </div>
66 <div class="cff-fb-embed-step-2-action cff-fb-fs">
67 <a class="cff-fb-srcs-update cff-fb-btn cff-fb-fs cff-btn-orange" :href="viewsActive.embedPopupSelectedPage != null ? adminPostURL + '?post='+viewsActive.embedPopupSelectedPage+'&action=edit&cff_wizard=' + customizerFeedData.feed_info.id : '#'" target="_blank" :data-active="viewsActive.embedPopupSelectedPage != null ? 'true' : 'false'">
68 <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
69 <path fill-rule="evenodd" clip-rule="evenodd" d="M5.58058 8.36158L13.5355 0.406627L15.3033 2.17439L5.58058 11.8971L0.277281 6.59381L2.04505 4.82604L5.58058 8.36158Z" fill="currentColor"/>
70 </svg>
71
72 <span>{{genericText.add}}</span>
73 </a>
74 </div>
75 </div>
76
77 </div>
78 </div>
79