How to transfer data with shortcode or another way to sayit div?
-
I want use SayIt plugin with WP Flashcard LITE plugin. This is my link.
https://withjavkhaa.com/courses/vocabulary-challenges-for-ielts/lessons/lesson-vc-ielts/
This is the shortcodes that I entered.
[flashcard_set id='1250'] [sayit block="1" lang="en-GB" speed="1"]bazaar[/sayit] [sayit block="1" lang="en-GB" speed="1"]market consisting of a street lined with shops and stalls, especially one in the Middle East[/sayit] [sayit block="1" lang="en-GB" speed="1"]detect[/sayit] [sayit block="1" lang="en-GB" speed="1"]feel; discover the presence of; identify[/sayit] [sayit block="1" lang="en-GB" speed="1"]industrial[/sayit] [sayit block="1" lang="en-GB" speed="1"]of or relating to or resulting from industry; having highly developed industries[/sayit] [sayit block="1" lang="en-GB" speed="1"]reservoir[/sayit] [sayit block="1" lang="en-GB" speed="1"]tank used for collecting and storing a liquid; holding pond; lake used to store water for community use[/sayit]
I have many words that I need to enter. I don’t want to re-enter again and again. I want to enter these iteratively. Something like this.
[sayit block="1" lang="en-GB" speed="1"][flashcard_set id='1250' cardvalue='1'] [/sayit] Or for(int VARIABLE; VARIABLE < [flashcard_set id='1250'].card.length; VARIABLE++) { [sayit block="1" lang="en-GB" speed="1"][flashcard_set id='1250' cardvalue='VARIABLE'] [/sayit] }
I want to get data from [flashcard_set id=’1250′] and transfer it to sayit block. I need to get data which are words that I entered in flashcards which are
- bazaar
- market consisting of a street lined with shops and stalls, especially one in the Middle East
- detect
- feel; discover the presence of; identify
etc.
How to do it? Is this possible to do it by shortcode? Or some other way?
I know PHP coding. You may tell me about that create sayit block by PHP code.
This is a question on SayIt plugin support.
Thank you.
The page I need help with: [log in to see the link]
- The topic ‘How to transfer data with shortcode or another way to sayit div?’ is closed to new replies.