• Resolved marepomana86

    (@marepomana86)


    Hi,

    I love this plugin but I have a a bunch on ACF data that I need to display on to Facebook. Is there a way to achieve this?

    Both the Excerpt method and Full Text method do not work. Please help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Please see here: https://www.nextscripts.com/snap-features/message-formatting-tags/

    %CF-CustomFieldName% – Inserts the contents of the custom field with the specified name. (example: if your price is stored in the custom field “PRDPRICE” you will need to use %CF-PRDPRICE% tag)

    Thread Starter marepomana86

    (@marepomana86)

    Hi,

    Thank you for your reply but this still does not work. It only shows text that I write in the box and not the Advanced Custom Fields data. My names are in lower case so I tried that but it still does not work. Any ideas as to where I could be going wrong?

    In Post Format I have

    New Tip From My Blog:
    %CF-DATE% %CF-SPORT% %CF-team%
    Plugin Author NextScripts

    (@nextscripts)

    You need to use the exact slug of your custom field. Yes it’s case sensitive.

    If your slug is price, please use %CF-price%
    If your slug is PRICE, please use %CF-PRICE%
    If your slug is _MyPrice, please use %CF-_MyPrice%

    • This reply was modified 7 years, 11 months ago by NextScripts.
    Thread Starter marepomana86

    (@marepomana86)

    Hi,

    Thank you for your reply. I have tried using the correct case and also all uppercase but it still did not work. I have also tried text, number, date and drop down Advanced Custom Fields but it still does not work.

    Is there another setting that I am missing perhaps?

    Plugin Author NextScripts

    (@nextscripts)

    Most probably you are missing some prefix that your plugin adds. Most common prefix is underscore. Your custom field name could be presented as MyPrice, but actual slug is _MyPrice, so you must use %CF-_MyPrice%

    Thread Starter marepomana86

    (@marepomana86)

    Hi,

    I tried that with different combinations but it still does not work. Still shows all content but the Advanced Custom Fields

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Displaying Advanced Custom Fields data’ is closed to new replies.