[memb_reset_feedurl]
OTHER DOCS Available
Summary
This shortcode displays a button or an image button which allows users to reset their RSS Feed URL generated by [memb_feedurl] shortcode.
Shortcode Examples
Displaying default RSS Feed reset URL button with no parameters:
[memb_reset_feedurl]
Displaying RSS Feed reset URL button with custom button text:
[memb_reset_feedurl button_text="Testing reset RSS Feed link button"]
Displaying RSS Feed reset URL button with an image being rendered instead of the button element:
[memb_reset_feedurl button_url="http://example.com/image.png"]
Screenshot of how it looks like on the page:
Shortcode Parameters
button_text (optional): Default button text is “Get New RSS URL”.
button_url (optional): URL to use as a button image instead of a text button.
css_class (optional): CSS Class to use on the button.
style (optional): CSS style to apply to the button.
Shortcode Attributes
Additional Information
Default button CSS ID is “memb_resetfeedurl_button_x” where “x” is a number, usually 1, but it really depends on how many places you’ve put the shortcode in use.
Example CSS that will change the text color into white and the whole button into green:
#memb_resetfeedurl_button_1 { background-color: green; color: white; }