Embed Latest Posts

This plugin allows users display latest science and technology articles on their personal webpage using the MachPrinciple.com. The users don't need any detail programming knowledge for adding the post plugin on their webpage.

Step by Step

Follow the steps to generate the conference plugin and add it in your website.

1. Choose the width of the snippet

Choice of width is optional. You can set the width of the snippet in ``px``. If you choose a width smaller than the minimum width then it will automatically set to the minimum width.

2. Copy and paste code snippet

Click on Get Code. Copy and paste the HTML code in the webpage where you want to add this snippet.

Featured Post Configurator



              <iframe width='300px' style='min-width:250px;' height='460px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/featured_post/1'></iframe>


Manual Design Editing

Designers can write their own CSS file and pass it to the plugins. For passing your own CSS file e.g. https://machprinciple.com/testcss/mystyle.css please add ?style=https://machprinciple.com/testcss/mystyle.css at the end of the src in the iframe code. The CSS code should be kept in a https: domain.

The snippit should look as follows


              <iframe width='300px' style='min-width:250px;' id='frame_1' height='460px' frameBorder='0' scrolling='no' src='https://machprinciple.com/ext/featured_post/1?style=https://machprinciple.com/testcss/mystyle.css'></iframe>

The CSS code in the https://machprinciple.com/testcss/mystyle.css is as follows


                .cassin-right .fea-post-desc a {
                    color: #7e0909;
                }
                .fucher-box h3 {
                    color: #370404;
                }

Using your own CSS you are free to modify the content to match your webpage.