Changeset 1679927
- Timestamp:
- 06/16/2017 02:05:05 PM (9 years ago)
- Location:
- mailbul/trunk
- Files:
-
- 2 edited
-
files/mailbul_admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mailbul/trunk/files/mailbul_admin.php
r1679863 r1679927 108 108 <hr /> 109 109 <?php echo "<h4>" . __( 'Mailbul API Settings', 'ajint_apiset' ) . "</h4>"; ?> 110 <p><?php _e("API URL: " ); ?><input type="text" name="mailbul_url" value="<?php echo $mailbul_url; ?>" size=" 20"><?php _e(" Default API URL. Don’t change unless you know what you are doing! <a href=\"https://mailbul.com/bg/how-to-use-mailbul-plugin/\" target=\"_blank\">Learn more >></a>" ); ?></p>111 <p><?php _e("API Username: " ); ?><input type="text" name="mailbul_username" value="<?php echo $mailbul_username; ?>" size=" 20"><?php _e(" ex: mailbul <a href=\"https://mailbul.com/how-to-use-mailbul-plugin/\" target=\"_blank\">What is my API Username? >></a>" ); ?></p>112 <p><?php _e("API Usertoken: " ); ?><input type="text" name="mailbul_usertoken" value="<?php echo $mailbul_usertoken; ?>" size=" 20"><?php _e(" ex: c7c3a4a200979c05fc620745930f9ce44d23ae53 <a href=\"https://mailbul.com/how-to-use-mailbul-plugin/\" target=\"_blank\">Get your API Usertoken now >></a>" ); ?></p>110 <p><?php _e("API URL: " ); ?><input type="text" name="mailbul_url" value="<?php echo $mailbul_url; ?>" size="35"><?php _e(" Default API URL. Don’t change unless you know what you are doing! <a href=\"https://mailbul.com/bg/how-to-use-mailbul-plugin/\" target=\"_blank\">Learn more >></a>" ); ?></p> 111 <p><?php _e("API Username: " ); ?><input type="text" name="mailbul_username" value="<?php echo $mailbul_username; ?>" size="35"><?php _e(" ex: mailbul <a href=\"https://mailbul.com/how-to-use-mailbul-plugin/\" target=\"_blank\">What is my API Username? >></a>" ); ?></p> 112 <p><?php _e("API Usertoken: " ); ?><input type="text" name="mailbul_usertoken" value="<?php echo $mailbul_usertoken; ?>" size="35"><?php _e(" ex: c7c3a4a200979c05fc620745930f9ce44d23ae53 <a href=\"https://mailbul.com/how-to-use-mailbul-plugin/\" target=\"_blank\">Get your API Usertoken now >></a>" ); ?></p> 113 113 114 114 -
mailbul/trunk/readme.txt
r1679890 r1679927 21 21 3. Configure the plugin from the `Mailbul` menu. 22 22 23 == Frequently Asked Questions == 24 25 = What is Mailing List ID? = 26 27 This is the ID number of your contact list on MailBul. 28 29 = How to find my Mailing List ID? = 30 31 - Go to you your Contact Lists Menu; 32 - Find the list you want to sync with your WordPress contacts; 33 - Click Edit > the edit section will open; 34 - In your URL address bar, you will find the ID number of the list. 35 23 36 == Screenshots == 24 37
Note: See TracChangeset
for help on using the changeset viewer.