Support » Plugin: Shorthand Connect » Basic functionality, unusable in practical terms

  • In theory this would be a great plugin for letting clients drop their Shorthand stories into their own websites rather than manually uploading the files to the server. However, there are a number of problems with the plugin that make it basically unusable in its current form.

    The main one is that the default template for a Shorthand story includes get_header() and get_footer(), and drops the Shorthand story in using the_content(). This means that what should be a full-width design is actually crammed into the content area of a default template, however wide that is. The plugin seems to assume that get_header() and get_footer() don’t include content wrapping tags, but that’s not a helpful assumption.

    The plugin also drops the entirety of its HTML code into the_content() including the <title> tag and <meta> tags such as viewport, Open Graph, Twitter and charset. That’s a strange decision given that the body tag isn’t written out in that code. Either you assume that the body tag hasn’t been written and include the meta tags, or you write the body tag yourself.

    This wouldn’t matter so much if you were able to override the default template by using a single-shorthand_story.php template file in your theme, but this doesn’t override the template provided by the plugin, so your choice is to edit the plugin files – which would get overwritten by any updates – or use the default template.

    Finally, even if you do edit the template file in the plugin just to drop in the Shorthand content, the content doesn’t render correctly for some reason – there are missing slides which seem to be overlaid by other ones. It also tries to load non-existent web fonts from the shorthand directory, meaning that the fonts aren’t rendered correctly.

    Perhaps there are ways around this, but that’s difficult to tell because Shorthand haven’t seen fit to write any documentation on how to use the plugin here in the plugin directory and just direct you to their support email addresses, which isn’t acceptable for basic usage instructions.

    Two stars for something that does sort of work, with an easy-to-set-up API connection, but this needs significant improvement, including basic documentation, before it’s usable.

Viewing 1 replies (of 1 total)
  • Plugin Author shorthandconnect

    (@shorthandconnect)

    Hi A,

    Thank you very much for your feedback, it is greatly appreciated. In response, we have added a few things to the latest version:

    – head content will now live in the correct place
    – themes that have single-shorthand_story.php will now override the plugin copy

    If you have any other issues or suggestions please feel free to let us know and we are happy to update the plugin as required.

Viewing 1 replies (of 1 total)
  • The topic ‘Basic functionality, unusable in practical terms’ is closed to new replies.