What? Plugin to show pdf viewer using shortcode. Might replace the current one that was generated using AP's tool.
Why? To improve the time spent on process of showing study guide material on study guides pages. Before, the content team needs to do different things to generate html/css code to display the slides on the pages. With this plugin + customizations, they would just need to convert google slide to pdf, upload it to aws, then just copy the path and put it on the shortcode.
Where? Will be used and shown on study guide pages.
Use the shortcode sample below. You just need to change the url of the uploaded pdf on the url parameter.
[fof-pdf-viewer url="https://cdn.focusonforce.com/wp-content/uploads/WORKING+COPY_+Describe+the+features+of+Chatter+(for+example%2C+feed%2C+groups%2C+following%2C+security).pdf"]
Deployed on environments: Dev
Added this on line 90 include('internal-plugins/pdf-viewer/pdf-viewer.php');
On file /plugins/fof-customizations/fof-customizations.php
Added 'internal-plugins' directory inside /plugins/fof-customizations/
Added new files inside /plugins/fof-customizations/internal-plugins
pdf-viewer.css - contains customizations on study guides pages related to pdf viewer iframe
pdf-viewer.php - contains the plugin's action tnc_pvfw_footer that allows to put the css and javascript customizations that will be applied inside pdf viewer iframe
What? Allows users to download pdf copy of our study guides.
Why? To give users ability to used downloaded files to be read by their screen readers. Currently supports 'Natural Reader' http://naturalreaders.com/
Where? Download button will show inside each toggles besides 'Fullscreen Mode' button.
Users should be allowed first to download the pdf which can be set using the users editor on WP Admin page.
Login as admin or editor on WP Admin.
Navigate to Users. https://focusonforce.com/wp-admin/users.php
Select user. Click 'Edit' link.
Go to 'Custom User Capabilities' section.
To allow users to download pdf. Study Guide PDF Download should be set to 'Yes'.