• Hello. Many thanks for a great plugin! I would like to know if there is a way to send a list of favorites by email? Mail plugins only send a shortcode.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter michael3030

    (@michael3030)

    The question is no longer relevant. But there is another question. Is it possible to add popup text when clicking on a heart?

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hello, @michael3030
    Thank you for your rating and question.

    # Way to send a list of favorites by email

    Perhaps this topic may be helpful.

    # Add popup text when clicking on a heart

    You may be able to achieve this using CSS.

    .ccc-favorite-post-toggle[data-ccc_my_favorites-select_button-style] > a.save > .text {
        display: block ;
        /* Your  style*/
    }

    And you can specify any text in the shortcode options.

    [ccc_my_favorite_select_button post_id="Your post_id" text="Your text"]

    Thanks

    Thread Starter michael3030

    (@michael3030)

    Thank You!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send list to email’ is closed to new replies.