• Can anyone figure out how to edit this plugin code to allow a given section to be expanded by default? Not all of them, just one, e.g. with a tag like

    [expand Click To Expand expanded=”true”]
    This text starts out expanded when the page is loaded.
    [/expand]

    one of the problems is the tag looks for all text inside it for the link text, vs using a parameter. so it would have to be rewritten to do something like this

    [expand title=”Click To Expand” exapnded=”true”]

    but that would not be backwards compatible. so maybe it could cleverly parse out the expanded=”” parameter and remove it from the title text…

    https://www.ads-software.com/extend/plugins/text-expander/

  • The topic ‘[Plugin: Text Expander] Expand a section by default’ is closed to new replies.