• closed

    (@jeff00seattle)


    I have a coding site that will be pulling coding samples from multiple GitHub repositories.

    I wish to inject multiple code samples (PHP, Javascript, Python, Java, etc…) within the same post.

    Each sample will be held within a separate file held within is associated GitHub repository.

    For example, code showing sample, for example, to perform count:

    • git:foo/php_sdk/samples/count.php
    • git:foo/java_sdk/samples/count.java
    • git:foo/python_sdk/samples/count.py
    • git:foo/node_sdk/samples/count.js

    In post showing how to perform count, it pull each count sample.

    Example Posting:

    How to perform count:

    In PHP:
    [Inject sample pulled from git:foo/php_sdk/samples/count.php]
    In Java:
    [Inject sample pulled from git:foo/java_sdk/samples/count.java]
    In Python:
    [Inject sample pulled from git:foo/python_sdk/samples/count.py]
    In Node:
    [Inject sample pulled from git:foo/node_sdk/samples/count.js]

    Recommendations for performing code sample injection?

The topic ‘Looking for Plugin: Inject content in Post from multiple GitHub repositories?’ is closed to new replies.